gpt4 book ai didi

java - 自动变量赋值?

转载 作者:行者123 更新时间:2023-12-01 23:06:29 25 4
gpt4 key购买 nike

新手问题:

我有两门课:

class A {
public static void main(String...args){
B b = new B()
System.out.println(B.firstVar); // 0
}
}

class B {
public int firstVar;
}

当没有给firstVar赋值时,为什么它打印0?

最佳答案

0 值是 int 类型的默认值。

以下是一些其他默认值:

http://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html

关于java - 自动变量赋值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22682114/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com