List list=new ArrayList(); list.add(student); 添加 list.remove(student); 删除 list.set(index,student);修改 System.out.println(list.get(index));查询
看api,去sun网站下个中文api就什么都有了。