Whenever a program wants to store a key value pair, one can use Hashtable.
[Source: JAGAN MOHAN "Interview questions bible"]
Search results for hashtable
What is the typical use of Hashtable?
Posted by Devin
The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls. (HashMap allows null values as key and value ...
« previous1 next »
