JAVA基本数据类型所占字节数是多少?

2024年11月17日 07:22
有1个网友回答
网友(1):

boolean 这个试编译环境而定 byte 1个字节 short 2个字节 char 2个字节 int 4个字节long 8个字节 float 4个字节 double 8个字节