会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
罗千乘
博客园
首页
新随笔
联系
管理
订阅
2017年10月16日
为什么构造代码块不是先执行?
摘要: class Student{ static{ System.out.println("我是静态代码块"); } { System.out.println("我是构造代码块"); } void print(){ System.out.println("我是普通方法"); } private Strin
阅读全文
posted @ 2017-10-16 14:50 罗千乘
阅读(232)
评论(0)
推荐(0)
公告