Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java SE 综合讨论区
打印话题 寄给朋友 订阅主题 |
作者 | 请教一道题 |
markriver
发贴: 6 积分: 0 |
于 2005-04-09 00:45
public class Derived { static { System.out.println("static code here"); } public static void main(String[] args) { Derived d=new Derived(); Derived d1=new Derived(); } } 输出: static code here public class Derived { { System.out.println("static code here"); } public static void main(String[] args) { Derived d=new Derived(); Derived d1=new Derived(); } } 输出: static code here static code here 解释: 为什么?尤其是第二段 从Coding Fan到真正的技术专家 |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
5536 | 请教一道题 | markriver | 473 | 2005-04-09 00:45 |
4781 | Re:请教一道题 | robinlet | 156 | 2005-04-22 21:06 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |