boolen,8位1个字节
int,32位,4个字节
float,32位 4个字节
double,64位8个字节
char 16位,2个字节
byte 8位1个字节
short 16位 2个字节
long 64位 8个字节
java中的变量各占得字节数
最新推荐文章于 2024-05-31 10:23:15 发布
boolen,8位1个字节
int,32位,4个字节
float,32位 4个字节
double,64位8个字节
char 16位,2个字节
byte 8位1个字节
short 16位 2个字节
long 64位 8个字节