Amit Maheshwari

Amit Maheshwari

  • NA
  • 5.3k
  • 1.4m

Storing of an array element in memory

Nov 26 2011 11:20 PM
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)