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.

Related questions

0 votes
asked Jan 27, 2020 in JAVA by rahuljain1
+1 vote
asked May 24, 2019 in JAVA by rajeshsharma
...