一、基本数据类型:
1、布尔型:
boolean: 8位
2、整型:
byte: 8位整数
short: 16位整数
int: 32位整数
long: 64位整数
3、浮点型:
float: 32浮点数(单精度)
double: 64位浮点数(双精度)
4、字符型:
char: 16位(与C语言有所不同)
二、引用数据类型:
1、类(class)
2、接口(interface)
3、数组(array)
要发表评论,您必须先登录。
0 条评论。