Snippets tagged “generics”
1 snippet uses this tag.
- What are the differences between a HashMap and a Hashtable in Java?Java
There are several differences between a HashMap and a Hashtable in Java:Synchronization: Hashtable is synchronized, while HashMap is not.