Posted By:
AlessandroA_Garbagnati
Posted On:
Tuesday, May 29, 2001 02:13 AM
Hi,
They are almost the same thing. The big differences are that HashMap is the implementation of a Hashtable on a Map interface, is not synchronized, and it allows null values for key and value, while Hashtable doesn't.