java中 请问char,byte,short,int,long,float,double分别是几字节的啊

请详细说明 谢谢
2024-12-03 21:13:44
推荐回答(1个)
回答1:

char 16位2个字节 byte 8位1个字节 short 16位2个字节 int 32位4个字节 long 64位8个字节 float 32位 4个字节 double 64位8个字节