InterviewSolution
Saved Bookmarks
| 1. |
What is a Values Collection View ? |
|
Answer» It is a collection returned by the values() method of the Map Interface, It contains all the objects present as values in the map. |
|