java 中int與integer的區別

來源:互聯網
上載者:User

標籤:擴充   http   定義   new   null   裝箱   引用   arc   .com   

int與integer的區別從大的方面來說就是基礎資料型別 (Elementary Data Type)與其封裝類的區別:

int 是基本類型,直接存數值,而integer是對象,用一個引用指向這個對象

1.Java 中的資料類型分為基礎資料型別 (Elementary Data Type)和複雜資料類型

    int 是前者而integer 是後者(也就是一個類);因此在類進行初始化時int類的變數初始為0.而Integer的變數則初始化為null.

2.初始化時:

  int i =1;Integer i= new Integer(1);(要把integer 當做一個類看);但由於有了自動裝箱和拆箱   

  使得對Integer類也可使用:Integer i= 1;       

  int 是基礎資料型別 (Elementary Data Type)(面向過程留下的痕迹,不過是對java的有益補充),Integer 是一個類,是int的擴充,定義了很多的轉換方法

參考網址:http://www.cnblogs.com/shenliang123/archive/2011/10/27/2226903.html

java 中int與integer的區別

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.