标题:[讨论]大家认为这个程序输出什么结果
取消只看楼主
wxhwjsw
Rank: 1
等 级:新手上路
帖 子:274
专家分:0
注 册:2006-6-15
 问题点数:0 回复次数:0 
[讨论]大家认为这个程序输出什么结果
public class X (
private static int a;
public static void main(String [] args) {
modify(a);
System.out.println(a);
}
public static int modify(int a) {
a++;
return a;

}
}
大家认为结果会是什么? 说出你的见解 不要只是一个答案

PS:不要运行啊  

[此贴子已经被作者于2006-8-9 17:15:00编辑过]

2006-08-09 15:22



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-83023-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.779207 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved