Browse - programming tips - java hashtable vs hashmapDate: 2010dec13 Language: Java Q. What are the differences between HashTable and HashMap ? HashTable is synchronized (ie use it if you have multiple threads). HashMap allows null values.
Add a commentSign in to add a comment | Advertisements:
|