Back
What is the difference between using the wrapper class, SynchronizedMap, on a HashMap and ConcurrentHashMap?
Is it just being able to modify the HashMap while iterating it (ConcurrentHashMap)?
Synchronized HashMap:
ConcurrentHashMap was introduced in JDK 5.
This article Java 7: HashMap vs ConcurrentHashMap is a very good read. Highly recommended.
31k questions
32.8k answers
501 comments
693 users