Friday, 17 February 2012

What’s the difference between servlets and applets? | Java Servlet


Servlet is the server side component and the applet is the client side component.applet makes the request to the servlet and servlet is the server which responed that request

No comments: