Close
jGuru Forums
Posted By: Anonymous Posted On: Tuesday, January 20, 2004 04:57 PM
please do help me out in getting the main differences between dictionary and hashtable
Re: collections
Posted By: Krishna_Srinivasan Posted On: Monday, February 2, 2004 06:23 PM
Posted By: Christopher_Koenigsberg Posted On: Wednesday, January 21, 2004 06:26 AM
RTFJD
...The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values...
...NOTE: This class is obsolete. New implementations should implement the Map interface, rather than extendidng this class.