System.arrayCopy is much faster. It's in system because it uses a direct memory copy outside of Java land. Use it when possible.
↧
System.arrayCopy is much faster. It's in system because it uses a direct memory copy outside of Java land. Use it when possible.