Can we sort hashmap in java?


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

Post New Answer

More Core Java Interview Questions

What is the purpose of garbage collection in java, and when is it used?

0 Answers  


What method is used to specify a container's layout in java programming?

0 Answers  


Explain the importance of thread scheduler in java?

0 Answers  


explain autoboxing in java?

0 Answers  


Which collection object is faster to retrieving the data and inserting the data into it.

2 Answers   Jamcracker, Virtusa,






Differentiate Vector and ArrayList?

6 Answers   Max Telecom, Wipro,


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


State the merge-sort principle and its time complexity.

0 Answers   Akamai Technologies,


What are different ways of object creation in java ?

0 Answers  


what is daemon thread and which method is used to create the daemon thread? : Java thread

0 Answers  


What is the major advantage of external iteration over internal iteration?

0 Answers  


How do you create a method in java?

0 Answers  


Categories