Assuming that array1 and array2 are both array reference variables, why is it not possible to assign

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 to the array referenced by array1 with the following statement?

array1 = array2; 

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: