Question: Assuming that array1 and array2 are both array reference variables, why is it not possible to assign the contents of the array referenced by array2
Assuming that array1 and array2 are both array reference variables, why is it not possible to assign the contents of the array referenced by array2 to the array referenced by array1 with the following statement?
array1 = array2;
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
Assuming that array1 and array2 are both array reference variab... View full answer
Get step-by-step solutions from verified subject matter experts
