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

Verified
Correct Answer:
Verified
Related Questions
Q67: Which of the following will not produce
Q68: Arrays can be declared to hold only
Q69: In rectangular array items,which expression below retrieve
Q70: Which of the following statements is false<br>A)
Q71: An array with m rows and n
Q73: Which of the following sets of statements
Q74: Variable-length argument lists allow you to create
Q75: When dealing with multi-dimensional arrays,each "row" must
Q76: [C#6] Initializing an auto-implemented property in its
Q77: When an exception is caught,the program can