Tutorial by Topics: hashtable

A Hash Table is a structure which maps keys to values. See Hash Table for details. An important concept which relies on Hash Tables is Splatting. It is very useful for making a large number of calls with repetitive parameters.
Hashtable is a class in Java collections which implements Map interface and extends the Dictionary Class Contains only unique elements and its synchronized

Page 1 of 1