Which goes on the stack or heap?

后端 未结 3 1066
北海茫月
北海茫月 2021-01-18 03:06

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;
         


        
3条回答
提交回复
热议问题