Timeline for What are the differences between a HashMap and a Hashtable in Java?
Current License: CC BY-SA 3.0
3 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 24, 2017 at 19:27 | comment | added | IgorGanapolsky | ConcurrentHashMap is not read-synchronized, whereas Hashtable is. So if you have a high amount of read operations happening simultaneously with writes, a Hashtable would serve you better if you care about data integrity. | |
Aug 6, 2015 at 8:04 | history | edited | BalusC | CC BY-SA 3.0 |
put citations in block quote
|
Aug 17, 2014 at 9:58 | history | answered | Night0 | CC BY-SA 3.0 |