eofexception « Applet « JSP-Servlet Q&A





1. EOFException when sending data from Applet to a servlet    stackoverflow.com

I am trying to get simple user Details (Name,Phone No, Gender(Option Box)) in an Applet and display the details in an JSP.I put all the three details in an HashMap and ...