基本数据类型 1. 整数型 byte short int long 2. 浮点型 float double 3. 布尔型 boolean 4. 字符型 char 引用数据类型 1. 类 class 2. 接口 interface 3. 数组 array