在java语言中int 和 Integer 有什么区别

在java语言中int 和 Integer 有什么区别

解答:int是基本数据类型,Integer是int的包装类,属于引用类型

原文地址:https://www.cnblogs.com/borter/p/9552628.html