ZE PowerGroup Interview Question

How to use HashMap?

Interview Answer

Anonymous

Nov 24, 2015

The HashMap Class. The HashMap class uses a hashtable to implement the Map interface. This allows the execution time of basic operations, such as get( ) and put( ), to remain constant even for large sets. Below given is the list of constructors supported by the HashMap class.