Question: 36
(Choose 1 answer)
What happens when you try to assign an array to another array in Java?
A. Both arrays reference to the same memory location.
B. A new copy of the array is created.
C. It results in a compilation error.
D. Java does not allow array assignment.