分类:
整型 浮点型 字符类型 boolean类型
整型
int 4字节
short 2字节
long 8字节
byte 1字节浮点型
float 4字节
double 8字节char类型
char 2字节boolean类型
boolean 1字节
整型 浮点型 字符类型 boolean类型
整型
int 4字节
short 2字节
long 8字节
byte 1字节
浮点型
float 4字节
double 8字节
char类型
char 2字节
boolean类型
boolean 1字节