3
Answers

Storing of an array element in memory

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)