基本数据类型:
byte:字节型 1字节
short:短整型 2字节
int:整形 4字节
long:长整型 8字节
float:单精度浮点 4字节
double:双精度 8字节
char 字符型 2字节
boolean 布尔型 1字节
引用数据类型:
类:class
接口:interface
数组:[ ]