HashMap
uses Hashing technique for storing key and value pair in java.
The HashMap class
is roughly equivalent to Hashtable, except that it is unsynchronized and
permits nulls.
Java
HashMap is a part of collection since jdk 1.2 versions. HashMap implements the
Map interface and extends AbstractMap class. HashMap stores data in key &
value pairs.
0 comments:
Post a Comment