What is HashMap and Map?
shalu4056:
Map is an interface; HashMap is a particular implementation of that interface. HashMap uses a collection of hashed key values to do its lookup. ... Map is an interface in Java. AndHashMap is an implementation of that interface ..
Answers
Answered by
0
Map is an interface; HashMap is a particular implementation of that interface. HashMap uses a collection of hashed key values to do its lookup. ... Map is an interface in Java. And HashMap is an implementation of that interface (i.e. provides all of the methods specified in the interface).
Similar questions
Computer Science,
6 months ago
Hindi,
6 months ago
Social Sciences,
1 year ago
Science,
1 year ago
Math,
1 year ago