摘要: 类各成员加载顺序 我们从两个例子看起: 例子一 package classLoader; class Singleton{ private static Singleton singleton = new Singleton(); public static int counter1; public 阅读全文
posted @ 2018-08-13 16:55 杜兵伟 阅读(679) 评论(0) 推荐(0) 编辑