Both the collections implements Map:
1. HashMap is not synchronized but HashTable is synchronized.
2. HashMap accepts null values and one null key whereas HashTable does not allow null key and value.
Both the collections implements Map:
1. HashMap is not synchronized but HashTable is synchronized.
2. HashMap accepts null values and one null key whereas HashTable does not allow null key and value.