会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
握瑾怀瑜
随笔分类 -
牛客网的总结
牛客网java
2020-01-10 11:10 by 握瑾怀瑜, 438 阅读,
收藏
,
摘要: 1:下列代码运行的结果是什么? public class P { public static int abc = 123; static{ System.out.println("P is init"); } } public class S extends P { static{ System.o
阅读全文
0 Comment
About