问答详情
源自:5-2 学生选课---使用 Map 添加学生

map接口赋值

student.put(ID.newStudnet);    这行代码中的value值可以写name吗?  如果不能请问为什么

提问者:JavaEE初学者 2017-03-22 23:24

个回答

  • 义翔云天
    2017-03-22 23:48:05

    不可以,因为value泛型为Student类型,name则是String