📚 Practice Mode

Abstract Classes and Implementing Interfaces

Learn at your own pace with hints and detailed explanations

1 / 14
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