Possible Duplicate:
Difference between int[] array and int array[]
I've wondered for a long time whether or not there is a difference between the following:
int[] myArray;
and,
int myArray[];
Possible Duplicate:
Difference between int[] array and int array[]
I've wondered for a long time whether or not there is a difference between the following:
int[] myArray;
and,
int myArray[];