You need to store elements in a collection that guarantees that no duplicates are stored. Which one of the following interfaces provides that capability?
Options
- Java.util.Map
- Java.util.List
- Java.util.Collection
- None of the above
CORRECT ANSWER : Java.util.Map
Write your comments