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
Can each java object keep track of all the threads that want to exclusively access it?
What are the actions that can occur when a thread enters blocked state?
Why string is not thread safe?
what are synchronized methods and synchronized statements? : Java thread
What is Garbage Collection in Java
Define jre i.e. Java runtime environment?
What is the java idl system?
What are unchecked exceptions in java?
What does a void function return?
What is the difference between an inner class and a sub-class?
What are access specifiers available in java?
Difference between a class and an object?
What is the old name of java?
What is treeset and treemap in java?
Does java trim remove newline?