Board logo

標題: 基本資料類型與物件 [打印本頁]

作者: 李泳霖    時間: 2023-4-21 17:51     標題: 基本資料類型與物件

在新增一個ArrayList時,<>內只能存放物件,不能放int,double等基本資料型態。
像下面這行程式碼因為放了int就會出錯:
  1. ArrayList<int> array = new ArrayList<int>();
複製代碼
正確語法:
  1. ArrayList<Integer> array = new ArrayList<Integer>();
複製代碼
[attach]15472[/attach]




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2