05 2015 档案

摘要:1 class A 2 { 3 public static final int VAL = 3; // 不会导致A被加载 4 static 5 { 6 System.out.println("load A"); 7 } 8 public A(... 阅读全文
posted @ 2015-05-27 22:37 挨踢淫才 阅读(227) 评论(0) 推荐(0) 编辑