Multiple Choice
Each array in Java has a public field named __________ that contains the number of elements in the array..
A) size
B) capacity
C) length
D) limit
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: For the following code, what would be
Q21: When an array is passed to a
Q22: Declaring an array reference variable does not
Q23: The _ indicates the number of elements
Q24: A search algorithm _.<br>A) arranges elements in
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]
Q29: What will be the results after the
Q30: What will be the results after the