Multiple Choice
When an array is passed to a method __________.
A) it is passed just as any other object would be passed
B) the method has direct access to the original array
C) a reference to the array is passed
D) All of these are true
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: What will be the value of x[8]
Q17: If final int SIZE = 15 and
Q18: A(n) _ is used as an index
Q19: Which of the following is a valid
Q20: For the following code, what would be
Q22: Declaring an array reference variable does not
Q23: The _ indicates the number of elements
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