I have recently been thinking about the difference between the two ways of defining an array:
int[] array
int array[]
There is no difference, but Sun recommends putting it next to the type as explained here