Hello. I have recently been thinking of the difference between the two ways of defining an array:
- int[] array
- int array[]
Is there a difference? I havent found anything in my Java book explaining me the difference and googling the question isnt bringing me any closer... I just dont know what to google after.
Thanks