How do you sort a set in java?


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

Post New Answer

More Core Java Interview Questions

how you will prevent method overriding?

6 Answers   HCL,


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is loop in java?

0 Answers  


What is a priority queue java?

0 Answers  


How are this() and super() used with constructors?

9 Answers  


What is integers and example?

0 Answers  


What is meant by memory leak?

0 Answers  


What is a literal coding?

0 Answers  


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


What are the ways to instantiate the class class?

0 Answers  


How many bits is a double?

0 Answers  


Does java support multiple inheritance or not?

0 Answers   Hexaware,


Categories