Home > Java Programming > Collections > Questions and Answers
Exercise:
Section 1
Section 2
Answer and Explanation
Answer:Map m = Collections.synchronizeMap(hashMap);
Explanation:HashMap can be synchronized by Map m = Collections.synchronizeMap(hashMap);
Comment on this Question
Name: