Java基本数据类型

  • int4 字节
  • short 2字节
  • long 8字节
  • byte 1字节
  • float 4字节
  • double 8字节
  • char 2字节
  • boolean 1字节