difference between hashmap and hashtable? difference between hashmap and hashtable
A hashmap is not synchronized and faster than hashtable. In a servlet application when you have httpsession to take care of session independance, is there any reason that I should use hashtable over hashmap? Thanks.