Is there some hidden meaning in this code which I don\'t see in java? How can it be useful?
int[] a = new int[1];
than just
int
One is on the stack, one is on the heap.