Amit Maheshwari
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.
int[] a = {11, 3, 5, 9, 4};