Syntax of System.arraycopy method??
System.arraycopy
System.arraycopy(fromarray,frominden,toarray,toindex,count);
System.arraycopy(toarray,toinden,fromarray,fromindex,count);
System.arraycopy(fromarray,toarray,count);
System.arraycopy();