Multiple Choice
The simplest class that implements the List<E> interface is the ____ class.
A) ListIterator<E>
B) Collection<E>
C) ArrayList<E>
D) AbstractList<E>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: If you want to remove two consequtive
Q19: The replacement for a method that has
Q20: The ArrayList<E> class is part of the
Q21: _ testing tests the software element (method,
Q22: A(n) _ is a data structure that
Q24: The actual object type stored in an
Q25: _ testing is the testing of the
Q26: Which of the following can be done
Q27: A(n) _ declares any necessary object instances
Q28: Because an ArrayList<E> is an indexed collection,