Archive

Posts Tagged ‘difference’

The difference between HashTable and HashMap

June 20th, 2010 Touna 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.

Read more…

Categories: Java Tags: , ,

Powered by WP Robot