I have recently been thinking about the difference between the two ways of defining an array:
int[] array
int array[]
In Java, these are simply different syntactic methods of saying the same thing.