黑马程序员技术交流社区
标题:
为什么结果是1 啊 ,求大神解释
[打印本页]
作者:
铁蛋
时间:
2015-9-6 15:26
标题:
为什么结果是1 啊 ,求大神解释
interface Face
{
int counter = 40;
}
class Select implements Face
{
private static int counter;
public static void main(String[] args){
System.out.println(++counter);
}
}
复制代码
作者:
李玉
时间:
2015-9-6 15:36
局部变量优先级最大,且int变量初始值为0。
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2