Can any one say how will sort map objects in java?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between preparedstatement and statement in java?
What is qms certification?
When will you define a method as static?
How do you reverse a string in java without using string buffer?
Describe the process as to how substring() methodology mechanisms in java.
Explain the importance of thread scheduler in java?
Tell some latest versions in JAVA related areas?
Is passing by reference faster?
How do you check if two given string are anagrams?
How can I debug the Java security exceptions and AccessControlExceptions?
Is java jre still free?
Is sizeof a preprocessor?
What is main difference between variable and constant?
What does += mean in java?
What is the disadvantage of synchronization?