Login
Remember
Register
Ask a Question
What is HashMap and Map in Java?
+1
vote
asked
May 30, 2020
in
JAVA
by
Robindeniel
What is HashMap and Map in Java?
#java-hashmap
#hashmap-java
#java-map
#map-java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 30, 2020
by
SakshiSharma
Map is Interface and Hashmap is class that implements that.
...