Home » JAVA Programming » Collections » Question
  1. Which of these classes implements Set interface?
    1. DynamicList
    2. ArrayList
    3. HashSet
    4. LinkedList
    5. None of these
Correct Option: C

HashSet and TreeSet implements Set interface where as LinkedList and ArrayList implements List interface.



Your comments will be displayed only after manual approval.