会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
敲代码的体育生
博客园
首页
新随笔
联系
订阅
管理
2021年5月17日
static关键字、接口、内部类、异常等
摘要: static关键字详解 public class Person { { System.out.println("匿名代码块"); } static { System.out.println("静态代码块"); } public Person() { System.out.println("构造方法"
阅读全文
posted @ 2021-05-17 15:55 敲代码的体育生
阅读(62)
评论(0)
推荐(0)
公告