Multiple choice

______________ collection class extends the AbstractList for a collection that uses sequential access, rather than the random access of its elements.

  1. Abstract

  2. AbstractSequentialList

  3. AbstractList

  4. LinkedList

  5. AbstractSet

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This collection class extends the AbstractList for a collection that uses sequential access, rather than the random access of its elements.