Multiple Choice
Which of the following can be done with an array object?
A) Traverse the list structure without having to manage a subscript.
B) Increase or decrease its length, which is fixed.
C) Add an element at a specified position without shifting the other elements to make room.
D) Remove an element at a specified position without shifting the other elements to fill in the resulting gap.
Correct Answer:

Verified
Correct Answer:
Verified
Q21: _ testing tests the software element (method,
Q22: A(n) _ is a data structure that
Q23: The simplest class that implements the List<E>
Q24: The actual object type stored in an
Q25: _ testing is the testing of the
Q27: A(n) _ declares any necessary object instances
Q28: Because an ArrayList<E> is an indexed collection,
Q29: _ testing involves testing the interactions among
Q30: In the java.util.ArrayList<E> class, which of the
Q31: In the Java API documentation, inner classes