Solved

When an Array Reading and Storing Input Runs Out of Space

Question 53

Multiple Choice

When an array reading and storing input runs out of space


A) the program must be recompiled with a bigger size for the array.
B) the array must be "grown" using the growArray method.
C) it automatically resizes to accommodate new elements.
D) the array must be "grown" using the new command and the copyOf method.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions