Answer Posted / srinu
This is method for synchronise HashMap
Map m1=Collections.synchronizedMap(Map m)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Which is fastest collection in java?
What is string made of?
What is the private method modifier?
When will you define a method as static?
Can we create object of inner class in java?
What is the benefit of lambda expressions?
What is the difference between C++ and Java and your preferences?
can rmi and corba based applications interact ?
Can we override static methods in java?
Is there a jre for java 11?
What is the disadvantage of java?
Can we serialize singleton class?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is parsing in java?
how to one war file class to another war file class?