考察Java基本数据类型知识
int:4字节
char:2字节
long:8字节
short:2字节
byte:1字节
float:4字节
double:8字节
boolean:true/false 理论上是1/8字节,1bit。但是按照1byte处理。即为1字节。
考察Java基本数据类型知识
int:4字节
char:2字节
long:8字节
short:2字节
byte:1字节
float:4字节
double:8字节
boolean:true/false 理论上是1/8字节,1bit。但是按照1byte处理。即为1字节。
本文标题:2. int、char、long各占多少字节
本文链接:https://www.haomeiwen.com/subject/hqyreqtx.html
网友评论