See here some of differences between hashtable and hashmap in Java :1) hashtable is synchronized while hashmap is not.4) hashtable supports enumeration while hashmap uses IteratorJavinHow HashMap internally works in Java
See here some of differences between hashtable and hashmap in Java :
ReplyDelete1) hashtable is synchronized while hashmap is not.
4) hashtable supports enumeration while hashmap uses Iterator
Javin
How HashMap internally works in Java