What is HashMap | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is HashMap

...

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