基本数据类型
1. 整数型 byte short int long
2. 浮点型 float double
3. 布尔型 boolean
4. 字符型 char
引用数据类型
1. 类 class
2. 接口 interface
3. 数组 array
本文共 176 字,大约阅读时间需要 1 分钟。
基本数据类型
1. 整数型 byte short int long
2. 浮点型 float double
3. 布尔型 boolean
4. 字符型 char
引用数据类型
1. 类 class
2. 接口 interface
3. 数组 array
转载于:https://www.cnblogs.com/x10322/p/6022351.html