会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
懒得起名字ya
博客园
首页
新随笔
联系
订阅
管理
2019年5月17日
2019-05-16 Java学习日记之面向对象_继承&方法&final
摘要: 代码块 看程序写结果: class Student { static { System.out.println("Student 静态代码块"); } { System.out.println("Student 构造代码块"); } public Student(){ System.out.prin
阅读全文
posted @ 2019-05-17 02:29 懒得起名字ya
阅读(152)
评论(0)
推荐(0)
公告