View Single Post
  #1 (permalink)  
Old 11-20-2007, 10:11 PM
JavaForums JavaForums is offline
Administrator
 
Join Date: Dec 2006
Posts: 641
JavaForums has disabled reputation
Introduction to Hashtable
Class Hashtable is found in java.util package and is very useful data structure. If used sensibly, it can save time and can produce results efficiently. Hashtable class implements Cloneable, Map and Serializable interfaces.
(more…)
Reply With Quote
Sponsored Links