Home » JAVA Programming » Collections » Question
  1. Which of this interface must contain a unique element?
    1. List
    2. Set
    3. Collection
    4. Array
    5. None of these
Correct Option: B

Set interface extends collection interface to handle sets, which must contain unique elements.



Your comments will be displayed only after manual approval.