簡單java基礎

1、 int與Integer的基本使用對比 (1)Integer是int的包裝類;int是基本數據類型; (2)Integer變量必須實例化後才能使用;int變量不須要; (3)Integer實際是對象的引用,指向此new的Integer對象;int是直接存儲數據值 ; (4)Integer的默認值是null;int的默認值是0 2、String、StringBuffer與StringBuilde
相關文章
相關標籤/搜索