Day08
摘要:集合 是对象的容器,实现了对对象的常用操作,实现数组的功能 和数组的区别 数组长度固定,集合长度不固定 数组可以存储基本类型和引用类型,集合只能存储引用类型 Collection体系集合 Collection集合的使用 package cn.ljy.Collection; import java
阅读全文
posted @ 2021-08-19 12:13
posted @ 2021-08-19 12:13
posted @ 2021-08-17 11:48
posted @ 2021-08-10 13:19
posted @ 2021-08-04 18:26