byt-------Byt
short-----Short
int-------Integer
long-------Long
float------Float
double-----Double
char------Character
booleam-----Booleam
int num=10;
Integer num1=new Integer(num); 原始装箱
Integer num2=num 自动装箱