Multiple Choice
The __________ indicates the number of elements the array can hold.
A) new operator
B) array's size declarator
C) array's data type
D) version of Java
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A(n) _ is used as an index
Q19: Which of the following is a valid
Q20: For the following code, what would be
Q21: When an array is passed to a
Q22: Declaring an array reference variable does not
Q24: A search algorithm _.<br>A) arranges elements in
Q25: Each array in Java has a public
Q26: If numbers is a two-dimensional int array
Q27: A partially filled array is normally used
Q28: What will be the value of x[8]