communicate « Applet « JSP-Servlet Q&A





1. Can an applet communicate with an instance of a servlet    stackoverflow.com

I have an applet that communicates with a servlet using Http (Not sockets). Currently, each instance of the applet (i.e. when each applet is run by a different client on a ...

3. How to communicate Servlet to applet    coderanch.com