How to sort the elements in HashMap
Answer Posted / srinivasa
we can use to Collections.syncroniseMap() to synchronize
the HashMap
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What is function overriding and overloading in java?
What do you understand by java virtual machine?
What is the function of static in java?
What is the use of put method?
What are the features of junit?
What is jvm? How its run?
What is garbage collection? Can it be forced to run?
What are abstract classes and anonymous classes?
What is difference between path and classpath variables?
What does this () mean in constructor chaining concept?
Are static members inherited to sub classes?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Java.util.regex consists of which classes?
Explain the difference between map and flatmap stream operation?
Can we create an object of private class?