摘要: 1 public class TopicOne { 2 3 public static void main(String[] args) { 4 B b = new B(); 5 } 6 } 7 8 class A{ 9 C c = new C(... 阅读全文
posted @ 2014-10-15 21:11 soul390 阅读(110) 评论(0) 推荐(0) 编辑
摘要: public class Test { public static void main(String[] args) { /* * 将一个对象加入一个集合中,集合中的对象与原对象指向的是同一个引用 */ HashMap map = n... 阅读全文
posted @ 2014-10-15 10:57 soul390 阅读(116) 评论(0) 推荐(0) 编辑