Look at the following statements.
final int ARRAY_SIZE = 7;int[] a = { 1, 2, 3, 4, 5, 6, 7 };int[] b = new int[ARRAY_SIZE];Write code that copies the a array to the b array. The code must perform a deep copy.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.