I am doing some studying and I came across a question that asks to show the correct memory diagram of the following code:
int [] d1 = new int[5]; d1[0] = 3;
Here is an alternate, correct memory diagram.