InterviewSolution
Saved Bookmarks
| 1. |
Which Collection Interface In Java Is Used To Maintain Unique Elements? |
|
Answer» Map interface in JAVA MAPS unique KEYS to values, given a key and value PAIR- the value is STORED in the Map object which can be retrieved using the key. Map interface in Java maps unique keys to values, given a key and value pair- the value is stored in the Map object which can be retrieved using the key. |
|