MCQ Practice Single Best Answer Topic: Array in Java

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

Question ID
#2205
Subchapter
Array in Java
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

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

Explanation

The reference of the array.

Share This Question

Share this MCQ with your friends or study group.