| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 839 人关注过本帖
标题:大家来帮忙一下一题
取消只看楼主 加入收藏
sonwill
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2008-3-22
结帖率:100%
收藏
 问题点数:0 回复次数:1 
大家来帮忙一下一题
代码如下:
class Count{
public int num;
Count(int num){
this.num=num;
}
}
public class test1{
public static void main(String[]args){
 int times=0;
 static void increment(Count a,int times){//静态方法
 count++;//此中的count是什么
 times++;
}
Count count1=new Count(0);
for(int i=0;i<50;i++)
increment(count1,times);
System.out.println("count1 is "+count1.num);
System.out.println("times is"+times);
}
 
}
搜索更多相关主题的帖子: public count 
2009-09-18 18:39
sonwill
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2008-3-22
收藏
得分:0 
1,静态方法放在main()外:这点我忽视了。
2,静态变量time没理解好。
2009-09-20 13:17
快速回复:大家来帮忙一下一题
数据加载中...
 
   



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

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