Can any one say how will sort map objects in java?
Answers were Sorted based on User's Feedback
Answer / guest
In map we have TreeMap ,which sort objects as natural
order.and don't allow duplicate keys and null values
| Is This Answer Correct ? | 4 Yes | 0 No |
Does java have a compiler?
Can we initialize the final blank variable?
What is the file type?
What are parent methods and how can you call them?
Who developed java?
Why java does not supports multiple inheritance?
Name the types of 'priority'?
What is role of void keyword in declaring functions?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is integer size in java?
What is indexof?
What is a map? What are the implementations of map?