🎴 Flashcard Mode
Abstract Classes and Implementing Interfaces
Card1 / 14
Mastered0
Review0
QuestionClick to flip
______________ collection class extends the AbstractList for a collection that uses sequential access, rather than the random access of its elements.
AnswerClick to flip back
A
AbstractSequentialList
💡 Explanation:
This collection class extends the AbstractList for a collection that uses sequential access, rather than the random access of its elements.