Solved

Under What Circumstances Will a Method Receive the Actual Memory

Question 36

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:

verifed

Verified

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

Related Questions