View Single Post
  #1 (permalink)  
Old 11-29-2007, 11:45 AM
bugger bugger is offline
Senior Member
 
Join Date: Nov 2007
Posts: 111
bugger is on a distinguished road
HashTable vs HashMap
I normally use HashTable to store key-value pairs and it serves the purpose. I have not used HashMap and want to know when to use it? Dose HashMap gives better performance than HashTable?

Thanks in advance.
Reply With Quote
Sponsored Links