为了账号安全,请及时绑定邮箱和手机立即绑定

分类方法三出错

public void testSort3()

{

List<String> studentList=new ArrayList<String>();

studentList.add(new Student(1 +"","小明"));//出错

studentList.add(new Student(2 +"","小红"));//出错

studentList.add(new Student(3 +"","小兰"));//出错

System.out.println("排序前");

for (String string : studentList) {

System.out.println("学生"+student.name);

}

Collections.sort(studentList);

}

报错了。。老师说的报错的没出错,

正在回答

1 回答

泛型是String类型的,List添加的是Student类型的,肯定要报错

0 回复 有任何疑惑可以回复我~
#1

慕仔7135344 提问者

非常感谢!
2016-11-09 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

分类方法三出错

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号