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      自动装箱

 

 

 

posted @ 2016-04-14 22:34  风。  阅读(59)  评论(0编辑  收藏  举报