Tag Archives: Interview Questions

HashMap vs Hashtable vs HashSet

I was reading about collection framework of Java. And was studying Hashtable, HashMap and HashSet. Its quite interesting to know the differences between them. In this post I will discuss these three with examples. Hashtable Hashtable is basically a datastructure to retain values of key-value pair. It didn’t allow null for both key and value. [...]

Related Posts Plugin for WordPress, Blogger...
23 Comments Continue Reading →

Switch to our mobile site