Java数据类型的分类 基本数据类型 整型 字节型 byte 短型 short 整型 int 长整型 long(long a =4l) 最好加L 浮点型 单精度浮点型 float (float a=10.1f)加f 双精度浮点型 double 字符型 char 布尔型 boolean 引用数据类型