Solved

Why Can't Java Methods Change Parameters of Primitive Type

Question 65

Multiple Choice

Why can't Java methods change parameters of primitive type?


A) Java methods can have no actual impact on parameters of any type.
B) Parameters of primitive type are considered by Java methods to be local variables.
C) Parameters of primitive type are immutable.
D) Java methods cannot accept parameters of primitive type.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions