Hi all,
 
I am getting a very queer problem.
I am writing code for Applet-Servlet communication
When I am writing data from the applet and reading it at the servlet,
the data doesn't get sent until and unless I close the "objectoutputstream".
If I comment the code for closing the "objectoutputstream" the java console on the applet side
shows that data has already been sent but the server doesn't get it.
What could be the problem?
Is it aways necessary to close the streams, this being an http based communication?
Plz help.
Thanks in advance.
Kaustubh.
Revert Back to : [EMAIL PROTECTED]

Reply via email to