InterviewSolution
Saved Bookmarks
| 1. |
What Is Hashmap And Map? |
|
Answer» MAP is INTERFACE and HASHMAP is CLASS that IMPLEMENTS that. Map is Interface and Hashmap is class that implements that. |
|