一个很简单的java程序问题关于ArrayList
定义了一个teacher类,然后在主运行类中把teacher的属性加载到ArrayList,然后再进行显示出来。运行答案后:为何是这个,程序没错呀?这个小组有6个同学。t...
定义了一个teacher类,然后在主运行类中把teacher的属性加载到ArrayList,然后再进行显示出来。
运行答案后:为何是这个,程序没错呀?
这个小组有6个同学。
teacher@6b97fd
teacher@1c78e57
teacher@5224ee
teacher@f6a746
teacher@15ff48b
teacher@affc70
对不起,系统出错了!有个学生信息错了,需要改正。
经过我们的审核后,学生信息如下:
teacher@6b97fd
teacher@1c78e57
teacher@5224ee
teacher@f6a746
teacher@15ff48b
teacher@1e63e3d
有两个学生离学了,所以剩下学生信息为:
teacher@6b97fd
teacher@1c78e57
teacher@f6a746
teacher@15ff48b 展开
运行答案后:为何是这个,程序没错呀?
这个小组有6个同学。
teacher@6b97fd
teacher@1c78e57
teacher@5224ee
teacher@f6a746
teacher@15ff48b
teacher@affc70
对不起,系统出错了!有个学生信息错了,需要改正。
经过我们的审核后,学生信息如下:
teacher@6b97fd
teacher@1c78e57
teacher@5224ee
teacher@f6a746
teacher@15ff48b
teacher@1e63e3d
有两个学生离学了,所以剩下学生信息为:
teacher@6b97fd
teacher@1c78e57
teacher@f6a746
teacher@15ff48b 展开
2个回答
展开全部
你调用
System.out.println("List对象");是不能输出结果的
在你的类中自定义toString()或者
for(int i=0;i<List对象.size();i++)
System.out.println(List对象.get(i).获得属性());
-----------------------------------
class Student{
private String name;
public String getName(){
return name;
}
...}
class Test{
List<Student> list=new ArayList<Student>();
list.add(...);
for(int i=0;i<List对象.size();i++)
System.out.println(List对象.get(i).getName());
System.out.println("List对象");是不能输出结果的
在你的类中自定义toString()或者
for(int i=0;i<List对象.size();i++)
System.out.println(List对象.get(i).获得属性());
-----------------------------------
class Student{
private String name;
public String getName(){
return name;
}
...}
class Test{
List<Student> list=new ArayList<Student>();
list.add(...);
for(int i=0;i<List对象.size();i++)
System.out.println(List对象.get(i).getName());
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询