ArrayList implements
- Acheck_circle
List interface (and Collection)
- B
Iterator only
- C
Map only
- D
Tree
Explanation
<code>class ArrayList<E> extends AbstractList<E> implements List<E>, ...</code>.
AP Computer Science A· difficulty 4/5
ArrayList implements
List interface (and Collection)
Iterator only
Map only
Tree
Explanation
<code>class ArrayList<E> extends AbstractList<E> implements List<E>, ...</code>.
Want 10 more like this — adaptive to your weak spots?