Posted By:
Amulya_Doss
Posted On:
Friday, September 7, 2001 11:41 AM
I need to read a file which was created
by a class, FileObject which implements Serializable .
When a GUI is brought up information is entered for different sites. Each site info is written to a file,as an object of the class FileObject.
I want to use a seperate java class just to read the file created.How can I do it, using serialver?
.