I am using this code from front end(
applet) to write the object to ObjectOutputStream. And I am reading the object from the
servlet using Object Input stream, its actually applet-servlet communication.
I am getting java.io.EOFException in the backend when servlet reads the object.