how to make hashmap object as synchronized object?
Answers were Sorted based on User's Feedback
Answer / parishudh
Collections.synchronizedMap(<your hashmap reference>)
| Is This Answer Correct ? | 12 Yes | 1 No |
What is the difference between Object and Instance?
what is meant by Garbage collection?
What is a website container?
What is the use of using enum to declare a constant?
What is the difference between I ++ and ++ I in java?
Is empty string in java?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is the default size of set in java?
What does 0 mean in boolean?
What is a nullable field?
To obtain design information about an object, which class in used?
Is a string literal?