Home » JAVA Programming » Collections » Question
  1. Which of these standard collection classes implements a dynamic array?
    1. AbstractSet
    2. AbstractList
    3. LinkedList
    4. ArrayList
    5. None of these
Correct Option: D

ArrayList class implements a dynamic array by extending AbstractList class.



Your comments will be displayed only after manual approval.