java中的数据类型,基本数据类型及其包装类型

java中的8大基本类型及其包装类型

1,int--->Integer  最小值-231 最大值231-1

2,byte--->Byte

3,short--->Short

4,long--->Long

5,char--->Character

6,double--->Double

7,float--->Float

8,boolean--->Boolean

原文地址:https://www.cnblogs.com/jasonboren/p/11052625.html