Multiple Choice
Attempting to access an array element outside of the bounds of an array, causes a(n) .
A) ArrayOutOfBoundsException.
B) ArrayElementOutOfBoundsException.
C) ArrayIndexOutOfBoundsException.
D) ArrayException.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following will not produce
Q5: The preferred way to traverse a two-dimensional
Q6: Which set of statements totals the items
Q7: An exception object's _ method returns the
Q8: Consider the array:<br> s[0] = 7<br>S[1] =
Q10: In array items, which expression below accesses
Q11: Class Arrays provides method _ for comparing
Q12: What do the following statements do? <br>double[]
Q13: Constant variables also are called .<br>A) write-only
Q14: Which of the following statements is false?<br>A)