Multiple Choice
Under what circumstances will a method receive the actual memory address of a passed array, and be able to alter values in the original array?
A) Only when it is passed by reference.
B) Only when it is passed by value.
C) Only when the array is inherited.
D) Only when the array is within the method's scope.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: What technique allows a programmer to change
Q30: Variables and constants that are declared within
Q31: A formal parameter that receives a copy
Q32: What characters are placed after the data
Q33: A parameter within a method header that
Q34: To more easily incorporate methods into a
Q35: What is the name for a variable
Q37: If you do not provide an accessibility
Q38: When can a method be called with
Q39: What are the two most common accessibility