0 votes
in JAVA by
How to use hashmap in Java

1 Answer

0 votes
by

What is a hashmap?

Hashmap is a collection framework functionality which is used for storing data into key-value pairs. To access data we need the key. A hashmap uses linked lists internally for supporting the storage functionality.

...