HashMap HashTable
Not methods is synchronized All methods is synchronized
Performance is high Performance is low
At time multiple threads are allowed At time only one thread is allowed
It is not thread safe It thread safe
It is introduced in 1.2 v It is introduced in 1.0 v
It is not legacy class It is legacy class