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

Verified
Correct Answer:
Verified
Related Questions
Q1: If numbers is a two-dimensional array, which
Q2: What does the following statement do?<br>Double[] array1
Q3: The following import statement is required to
Q4: What will be the result of executing
Q7: You can use this ArrayList class method
Q9: Objects in an array are accessed with
Q10: In order to do a binary search
Q19: Which of the following is a valid
Q32: To determine if two arrays are equal
Q39: A sorting algorithm is a technique for