Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me how Hash map works actually?

1 Answer

0 votes
by (26.7k points)

Basically, HashMap is based on hashing principle. Also, in able to store and retrieve the object we use the put and get key. HashMap stores the key and value of an object as Map used for retrieving.

I hope this will help.

Want to know more about Java? Prefer this tutorial on Learn Java.

Want to become a Java Expert? Join Java Certification now!!

Related questions

0 votes
1 answer
0 votes
1 answer
asked Aug 26, 2019 in Java by Krishna (2.6k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 15, 2019 in Java by Nigam (4k points)

Browse Categories

...