美文网首页
基本数据类型的封装类

基本数据类型的封装类

作者: 极客_Ls | 来源:发表于2018-06-25 21:47 被阅读5次
    数据种类 数据类型 包装类
    整型 int Integer
    整型 byte Byte
    短整型 short Short
    长整型 long Long
    单精度浮点型 float Float
    双精度浮点型 double Double
    字符型 char Character
    布尔型 boolean Boolean
    1. 整型:

      |int||
      byte
      short
      long

    2. 字符型:

    3. 浮点型:

    4. 布尔型:

    相关文章

      网友评论

          本文标题:基本数据类型的封装类

          本文链接:https://www.haomeiwen.com/subject/plquyftx.html