java类型占用空间

辉辉、 / 2024-08-04 / 原文

1.java类型包含

int/long/boolean/float/double/char/byte

 

byte:一个字节

short:两个字节

int:4个字节

long:8

double:8

float:4