美文网首页
2. int、char、long各占多少字节

2. int、char、long各占多少字节

作者: perry_Fan | 来源:发表于2019-02-13 22:36 被阅读0次

    考察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