Solved

When an Array Reading and Storing Input Runs Out of Space

Question 71

Multiple Choice

When an array reading and storing input runs out of space


A) the program could be recompiled with a bigger size for the array.
B) the array could be "grown" using the growArray method.
C) it automatically resizes to accommodate new elements.
D) the array could 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