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 we access the non-final local variable, inside the local inner class?
What is currentthread()?
What is thread pool in java with example?
What do the thread?class methods run() and start() do?
What are the different ways of creating thread?
What are the differences between heap and stack memory?
Explain about assignment statement?
What is initial size of arraylist in java?
What are features of java?
Difference between throw and throws?
What is the purpose of default constructor?
What is map and hashmap in java?
How many arguments can a method have java?
List the three steps for creating an object for a class?
What happens to the Exception object after handling an exception?