Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these standard collection classes implements a dynamic array?
  2. A.
    AbstractList
    B.
    LinkedList
    C.
    ArrayList
    D.
    AbstractSet

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    ArrayList class implements a dynamic array by extending AbstractList class.


Be The First To Comment