摘要: 1 /** 2 * 3 * 堆栈中放基本类型变量的值,放引用类型变量的地址 4 * 堆中放真正的对象(new出来的) 5 */ 6 public class Reference { 7 public static void main(String[] args) { 8 9 10 AAA aaa=... 阅读全文
posted @ 2017-12-22 16:32 /划船不用桨/ 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 3 * 堆栈中放基本类型变量的值,放引用类型变量的地址 4 * 堆中放真正的对象(new出来的) 5 */ 6 public class Reference { 7 public static void main(String[] args) { 8 9 10 AAA aaa=... 阅读全文
posted @ 2017-12-22 16:28 /划船不用桨/ 阅读(57) 评论(0) 推荐(0) 编辑