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 |
how to use finalize()Method to resources
Functionality of JVM?
What is the meaning of find and replace?
How do you identify if jvm is 32-bit or 64-bit from java program?
What does += mean in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
What is the difference between stored procedure & function?
Is java a utf 8 string?
what are different ways in which a thread can enter the waiting state? : Java thread
How we get some middle records in one table?
Define jre i.e. Java runtime environment?