I have recently been thinking about the difference between the two ways of defining an array:
int[] array
int array[]
They're the same. One is more readable (to some) than the other.