java中int和Integer的区别 java中int和integer的区别是什么

主机教程 建站分享 2年前 (2022-12-09) 188次浏览

文章摘要:java中int和Integer的区别 java中int和integer的区别是什么

java中int和Integer的区别: 1.类型不同,int是数据类型,而integer是引用类型。 2.i […]

java中int和Integer的区别:

1.类型不同,int是数据类型,而integer是引用类型。

2.int存储的是数值,integer存储的是引用对象的地址。

3.integer对象会占用更多的内存,而int占用的空间少。

4.Integer变量与int变量比较,只要两个变量的值是相等的,结果都为true。


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:java中int和Integer的区别 java中int和integer的区别是什么
文章链接:http://www.7966.org/post/12618.html
转载请注明出处

喜欢 (0)