java中8种基本数据类型占的位数以及取值范围

java中有8种基本数据类型:byte、int、short、long、boolean、char、float、double 对应的类为:Byte、Int、Short、Long、Boolean、Charecter、Float、Double 其中:boolean是逻辑型,char是文本型,byte、short、int、long是整数型,float、double是浮点型 byte:1字节 -128~127
相关文章
相关标签/搜索