摘要: 1. StudenDaoListImpl.java 与 StudentDaoArrayImpl.java 有何不同? StudenDaoListImpl 使用 ArrayList 存储学生对象,可以动态扩容,无需指定初始大小。 StudentDaoArrayImpl 使用固定长度的 Student[ 阅读全文
posted @ 2025-10-20 13:12 计算机糕手 阅读(2) 评论(0) 推荐(0)