Solved

Which of the Following Statements Is True Regarding Method Parameters

Question 1

Multiple Choice

Which of the following statements is true regarding method parameters in Java?


A) All method parameters use the call-by-value mechanism.
B) Only method parameters of primitive type use the call-by-value mechanism.
C) All method parameters use the call-by-reference mechanism.
D) Only method parameters of object type use the call-by-value mechanism.

Correct Answer:

verifed

Verified

Related Questions