List of utility methods to do Array Copy
return Arrays.copyOf(data, data.length);
System.arraycopy(src, 0, dest, 0, length);