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 |
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
Do we have pointers in java?
How can we make copy of a java object?
What is the purpose of final keyword and when to use it?
What is meant by the value of a variable?
What is super in java?
What is meant by object oriented programming – oop?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
what is java
What about static nested classes in java?
Explain about fail fast iterators in java?