Multiple Choice
When you want a method to be able to change the value of a variable that is passed to it as an argument, the variable must be ____________.
A) passed by value
B) a literal value
C) a parameter list
D) passed by reference
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: You can use a(n) _ to test
Q3: You can pass only string arguments into
Q5: When a method contains multiple parameter declarations,
Q6: When you call a _, it simply
Q7: A parameter variable, often simply called a(n)_,
Q8: A parameter variable can be accessed by
Q18: If you are writing a method and
Q22: In general terms, a program that is
Q35: Which one of the following statements correctly
Q37: Default arguments must be literals or constants.