摘要:
public class TestSingleton { private static TestSingleton instance; private TestSingleton() {} public static TestSingleton getInsatance() { if(in... 阅读全文
posted @ 2015-10-20 16:12
牛肉羊杂汤
阅读(186)
评论(0)
推荐(0)
摘要:
static变量、实例变量的初始化以及类加载顺序过程 publicclassOuter{234publicOuter(){5System.out.print("a");//构造方法,new的时候才会出现,且后于变量的创建6}78910publicstaticvoidsayOther(Strings)... 阅读全文
posted @ 2015-10-20 16:04
牛肉羊杂汤
阅读(136)
评论(0)
推荐(0)
浙公网安备 33010602011771号