除了byte short int long float double char bollean这基础类型外,其余的都是引用类型
成员变量类型 | 初始值 |
---|---|
byte | 0 |
short | 0 |
int | 0 |
long | 0l |
float | 0.0f |
double | 0.00 |
char | '\u0000'(表示为空) |
boolean | false |
引用类型 | null |
匿名对象:new Person().show()
类的访问机制:
public class Test{
static int i = 1;
public static void main(String[] args) {
System.out.println(i);
}
}
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有