Clone arr3----> store the result in a variable arr6
static long[] arr6 = (long[])arr3.clone();
|
|
The above will work if its declared as part of a class variable and arr3 is also of type You are best off testing it out yourself and making small changes to see what the effect is. That way you will really understand if it works or not. |
|||
|
|