What is isa relationship?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are the drawbacks for singleton class?

0 Answers  


What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

0 Answers  


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


When should you use arraylist and when should you use linkedlist?

0 Answers  


Why charat is used in java?

0 Answers  






When should I use a singleton?

0 Answers  


What is the file extension for java?

0 Answers  


How do you make an arraylist empty in java?

0 Answers  


What is the difference between Trusted and Untrusted Applet ?

2 Answers   IBM,


What are different types of references?

0 Answers  


Differentiate storage classes on the basis of their scope?

0 Answers   Fidelity,


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Categories