The Declaration of Array
Array declarations
int[] ai; // array of int
short[][] as; // array of array of short
Object[] ao, // array of Object
otherAo; // array of Object
Previous slide
Next slide
Back to first slide
View graphic version