JAVA数据类型

Java四类八种数据类型html

基本数据类型: 数值型(整型:byte short,int long浮点:float,double )字符型(char),布尔型(boolean)数组

char类型占2个字节
short从-32768到32767
int从-2147483648,到2147483647共10位
long从-9223372036854775808到9223372036854775807共19位
post

 引用数据类型:类(class),接口(interface),数组(array)url

基本类型 默认值
byte 0
short 0
int 0
long 0L
float 0.0f
double 0.0d
char ‘\u0000’
boolean false
相关文章
相关标签/搜索