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
What is <> used for in java?
Can you override static methods?
How can we pass argument to a function by reference instead of pass by value?
Can you give names of Container classes?
What is the latest version of java?
How transient variable is different from volatile variable?
What are triggers in DB? Explain their types. How do they work?
Which access specifier can be used with class ?
What is the difference between and ?
What is a default method?
If you do not want your class to be inherited by any other class. What would you do?
what is meant by abstract class?
Which sorting is used in arrays sort in java?
Is java ee a framework?
What is passing value java?