3
Reply

Storing of an array element in memory

Amit Maheshwari

Amit Maheshwari

Nov 26 2011 11:20 PM
2k
Hi friends,

I have an array
 int[] a = {11, 3, 5, 9, 4};
Above you seen an array I want to know that where is the Reference of a is created in the memory.
Also tell me where array elements are created in the memory.

Answers (3)