What is HashMap | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is HashMap

...

23rd Aug 2020, 2:55 AM
Harsh Raj
Harsh Raj - avatar
1 Antwort
+ 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