1. Java的基本数据类型有哪些?

数据类型 默认值
byte,short,int,long 0
float,double 0.0
boolean false
char \u0000
引用数据类型 null

2. Java基本数据类型的位数和取值范围?

02 基本数据类型

相关文章: