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

Discussion Board
Correction

Your answer not correct. Correct answer is ====> Java.util.List

Ismail 05-12-2019 01:22 PM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement