How-to articles, tricks, and solutions about HASHTABLE
Good Hash Function for Strings
A good hash function for strings should have the following properties:
What are the differences between a HashMap and a Hashtable in Java?
There are several differences between a HashMap and a Hashtable in Java:Synchronization: Hashtable is synchronized, while HashMap is not.