1创建 Student 类;( id , name , age )·2创建 Test 类,
使用 ArrayList < Student > al = new ArrayList ();来存储多个对象·并进行输出。
·3尝试将学生的对象写入字符流文件t1.txt
java编程语言java
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
关注 public class Studs { private String no; private String name; private int age; public String getNo() { return no; } public void setNo(String no) { this.no = no; } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getAge() { return age; } public void setAge(int age) { this.age = age; } public Studs(String no,String name ,int age){ this.no=no; this.name=name; this.age=age; } @Override public String toString() { return "Student [no=" + no + ", name=" + name + ", age=" + age + "]"; } public static void main(String[] args) { ArrayList< Studs > al = new ArrayList (); Studs studs1=new Studs("001","张三",18); Studs studs2=new Studs("002","李四",18); Studs studs3=new Studs("003","王五",18); al.add(studs1); al.add(studs2); al.add(studs3); String fileRequestPar ="d:/test"; try { FileWriter fwRequst = new FileWriter(fileRequestPar + "/" + "t1.txt", true); String requestTxt =al.toString() ; fwRequst.write(requestTxt); fwRequst.close(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } } }
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 关于#极限编程#的问题,请各位专家解答!
- ¥20 win11账户锁定时间设为0无法登录
- ¥45 C#学生成绩管理系统
- ¥15 VB.NET2022如何生成发布成exe文件
- ¥30 matlab appdesigner私有函数嵌套整合
- ¥15 vb6.0使用jmail接收smtp邮件并另存附件到D盘
- ¥30 vb net 使用 sendMessage 如何输入鼠标坐标
- ¥15 关于freesurfer使用freeview可视化的问题
- ¥100 谁能在荣耀自带系统MagicOS版本下,隐藏手机桌面图标?
- ¥15 求SC-LIWC词典!