Some Array Definitions
These create array objects:
Exception ae[] = new Exception[3];
Object aao[][] = new Exception[2][3];
int[] factorial = { 1, 1, 2, 6, 24 };
String[] aas = {"array", "of", "String"};
Previous slide
Next slide
Back to first slide
View graphic version