Question: Consider the following method. public static void changeArrays ( int [ ] arr 1 , int [ ] arr 2 ) { arr 1 =
Consider the following method.
public static void changeArraysint arr int arr arr arr;
arr;
What are the values of a and b after running the following code?
int a ; int b ; changeArraysa b;
ab
ABCDE
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
