Sample code to retrieve objects from HashMap in sorted
ascending order?

Answers were Sorted based on User's Feedback



Sample code to retrieve objects from HashMap in sorted ascending order?..

Answer / murli

Map hm = new HashMap();
//add values to hashmap
Map tm = new TreeMap(hm);
//Iterate keySet in tm

Is This Answer Correct ?    9 Yes 2 No

Sample code to retrieve objects from HashMap in sorted ascending order?..

Answer / amit badgujar

Yes it is correct

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain restrictions for using anonymous inner classes?

0 Answers  


What is scope & storage allocation of static, local and register variables? Explain with an example.

0 Answers   IBS,


What is the difference between sop and work instruction?

0 Answers  


What does super keyword do?

0 Answers  


What are the basic control structures?

0 Answers  


Briefly explain the term Spring Framework

1 Answers  


Explain the difference between getAppletInfo and getParameterInfo?

1 Answers  


Which collection is sorted in java?

0 Answers  


Explain reverse a linked list iterative solution in java?

0 Answers  


What do you mean by a JVM?

0 Answers   GE,


When should we create our own custom exception classes?

0 Answers  


How do you do descending order in java?

0 Answers  


Categories