hi guys,

I am trying to make applet talking to servlet using object serialization.

in which,
servlet sends output to applet using serialized object - which is string, which is 
being sent as objectOutputStream.writeObject()

and applet tries to read it using ObjectInputStream.readObject().
But when it tries to read it, I am getting an Exception,
StreamCorruptedException saying the input stream is corrupted.

Can anyone help me ?

Thanks.

Sanjay


Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://my.lycos.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to