Next: Initialisation of Array Variables
Up: Arrays
Previous: Arrays
  Index
Array Variables
An array variable a, say, is declared by
int[] a;
This declares a to be a variable capable of storing a
reference to an array of integers.
Subsections
Peter Williams
2005-06-07