Question: When an array is passed as an argument to a method . . . ( select all that apply ) Question 7 options: the values
When an array is passed as an argument to a method select all that apply
Question options:
the values within the array are not passed to the method... rather, a reference to the array's memory location is passed as the argument
code within the invoked method has access to the same array as the code in the method call
it is passed to the method in the same way that a primitive value would be passed
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
