Multiple Choice
The ____ method, of the ArrayList<E> class, creates a new array that is twice the size of the current array and then copies the contents of the current array into the new one.
A) remove
B) add
C) reallocate
D) vector
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which of the following is a subclass
Q10: A(n) _ is a statement of any
Q11: Array reallocation is effectively an O(1) operation.
Q12: _ testing is system testing designed to
Q13: The ArrayList<E> has the limitation that the
Q15: The Node class for a double-linked list
Q16: A(n) _ is an indexed data structure,
Q17: _ types allow us to define a
Q18: If you want to remove two consequtive
Q19: The replacement for a method that has