serialize « Communication « JSP-Servlet Q&A





1. Problem with object serialization in Applet-Servlet communication    stackoverflow.com

I spent a lot of time on thinking what is wrong with the following code. I send the object from my applet to servlet and then I read the object from servlet. Everything ...