What is HashMap | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is HashMap

...

23rd Aug 2020, 2:55 AM
Harsh Raj
Harsh Raj - avatar
1 Answer
+ 5
Read solo lessons you can find answer easily HashMap is a part of Java’s collection since Java 1.2. It provides the basic implementation of the Map interface of Java. It stores the data in (Key, Value) pairs. You can visit this site https://www.google.com/amp/s/www.geeksforgeeks.org/java-util-hashmap-in-java-with-examples/amp/
23rd Aug 2020, 3:24 AM
A S Raghuvanshi
A S Raghuvanshi - avatar