Home » JAVA Programming » Collections » Question
  1. Which of these standard collection classes implements a linked list data structure?
    1. AbstractSet
    2. HashSet
    3. AbstractList
    4. LinkedList
    5. None of these
Correct Option: D

LinkedList



Your comments will be displayed only after manual approval.