JDK1.8 The Java® Virtual Machine Specification《2.The Structure of the Java Virtual Mach》(2)

  2.3.1 (积分)指数表达类型值 整型类型在虚拟机中的值表现为 byte -128到127 -2^7 to 2^7 - 1 short -32768到32767 -2^15 to 2^15 - 1 int -2147483648到2147483647 -2^31 to 2^31 - 1 long 从-9223372036854775808到9223372036854775807 -2^63 
相关文章
相关标签/搜索