考察Java基本数据类型知识
int:4字节
char:2字节
long:8字节
short:2字节
byte:1字节
float:4字节
double:8字节
boolean:true/false 理论上是1/8字节,1bit。但是按照1byte处理。即为1字节。