java基礎複習筆記(3)----集合框架(2)

1.存儲對象可以考慮數組,集合 2.數組 Student[] stu = new Student[]; stu[0] = new Student();… 弊端:創建以後,長度不可以變化,真實數組存放的對象個數不知道 3.集合 在前面知道了java集合可分爲Collection和map兩體系。 Collection 常用方法 可以查看api文檔,這裏不做過多演示。 結論:掌握集合,知道其相關各個接口
相關文章
相關標籤/搜索