进行变量放置并确认副本的问题。@org.junit.Testpublic void question() { int c[] = new int[]{0}; /*Questions: * 1.) Is j in the stack? * 2.) When assigning j, is a copy of the value c[0] performed?*/ int j = c[0];}
添加回答
举报
0/150
提交
取消