2014年8月15日

IO 练习

摘要: 1 package Aug14.IO; 2 3 import java.io.*; 4 5 public class TestIO2 { 6 7 public static void main(String[] args) { 8 File file = new Fi... 阅读全文

posted @ 2014-08-15 19:48 @冰糖 阅读(190) 评论(0) 推荐(0) 编辑

Serializable

摘要: Create a class Employee which extends from a class Person. The attributes of Person class are name, address, age. The attributes of the Employee clas... 阅读全文

posted @ 2014-08-15 19:34 @冰糖 阅读(238) 评论(0) 推荐(0) 编辑

ObjectInputStream (2)

摘要: 1 package Aug14.IO; 2 3 import java.io.*; 4 import java.util.*; 5 import java.util.Map.Entry; 6 7 public class TestCurrentAccount { 8 9 ... 阅读全文

posted @ 2014-08-15 16:50 @冰糖 阅读(161) 评论(0) 推荐(0) 编辑

ObjectInputStream

摘要: 1 package Aug14.IO; 2 3 4 5 import java.io.*; 6 import java.util.*; 7 import java.util.Map.Entry; 8 9 class Student implements Serializa... 阅读全文

posted @ 2014-08-15 16:49 @冰糖 阅读(320) 评论(0) 推荐(0) 编辑

导航