Description: Define a sequence of objects Student class that implements the Serializable interface, the class member variable id, name, age, department can be serialized, the method can not be serialized. Through the object output stream writeObject () method to save the file data.ser Student object, then the object input stream by readObject () method read from the file saved data.ser Student object, then the Student object id and name the output to the console.
To Search:
File list (Check if you may need any files):
T5b3.java