1,自动装箱如Integera=1;这样的代码会自动装箱,也就是会调用Integer类的static valueOf(int i)方法;publicstaticIntegervalueOf(inti){ if(i>=IntegerCache.l...