
Object I/O
Question: How can i add many java objects to a file then retrieve them as Java objects from the file? Answer: Java 1.1 introduced a concept called serialization. Serialization isa method of turning Java objects into a stream of bytes and a streamof bytes back into Java objects. You should