Close
jGuru Forums
Posted By: Anonymous Posted On: Tuesday, August 23, 2005 06:49 AM
HI all! I have some sample code. FileOutputStream out=new FileOutputStream(femployee); //Opening the OutputStream //femployee is a filename ObjectOutputStream objout=new ObjectOutputStream(out); //Writing that object to file objout.writeObject(this); this code block giving me IOException. can u help me?
Re: IOException during writeObject()
Posted By: Almagest_FUTT Posted On: Wednesday, August 24, 2005 10:05 AM