The difference between HashTable and HashMap
June 20th, 2010
No comments
HashTable is widely used, HashMap is the class used to take the place of HashMap in the new framework, this means sun suggests to use HashMap instead of HashTable. Maybe you think HashTable works well, why not?
I’d like to talk something about the difference between HashTable and HashMap.
Recent Comments