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
Is null an object in java?
What is style and indentation?
What does provide mean construction?
How to sort an array from smallest to largest java?
Where are local variables stored?
Can we override private methods?
What invokes a thread's run() method in java programming?
Explain about the dynamic behavior of core java?
What is the difference between actual and formal parameters?
What are synchronized blocks in java?
How many bits is a string in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Give us a program to check for parenthesis matching using stack.
What is a generic type?
What is map and hashmap in java?