Where can i find the source code for java arrays?
Example:
double[] arr=new double[20];
All array's with any dimension implements Cloneable and Serializable interface.I searched the source code but couldn't find the code for this.Any help would be great.