整数型:

byte  short  int  long

浮点型:

float   double

字符类型:

char

布尔类型:

boolean

引用数据类型(字符串):

String