基本数据类型
数值型 整数类型 byte short int long
浮点类型 float double
字符型 char
布尔型 boolean
引用数据类型 类 class
接口 interface
数组
枚举enum
注解annotion