How can you copy one array in to a different array?Core Java Interview Questions System.arraycopy(myOldArray, 0, myNewArray, 0, length);+ Total Views: 36,866