Java CopyArray October 6, 2018 Evert Wagenaar Leave a comment System.arraycopy(src, 0, dst, 0, Math.min(src.length, dst.length));