Vidyalelo
Java Programming · Q40

Array

Programming · Java Programming · question 40

Q40

When you pass an array to a method, the method receives ________ .

A.
A copy of the array.
B.
A copy of the first element.
C.
The reference of the array.
Answer
D.
The length of the array.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board