InterviewSolution
Saved Bookmarks
| 1. |
What Are Different Collection Views Provided By Map Interface? |
|
Answer» Map interface provides 3 views of key-values pairs stored in it: All the views can be NAVIGATED using ITERATORS. Map interface provides 3 views of key-values pairs stored in it: All the views can be navigated using iterators. |
|