一,8种基本数据类型: boolean 布尔型 byte 字节类型 char 字符型 short 短整型 int 整数类型 float 浮点类型(单精度) long 长整形 8 double 双精度类型(双精度) 二,引用数据类型 数组,类,接口