Tuesday, November 29, 2011

Explain in detail about a servlet?

A Java servlet can be thought as an Applet but this runs on the server without the front side. This is used in applications where there is need for functionality of the web server and it is also used to access the existing business applications. It removes the limitations caused due to CGI. Servlet is platform and server independent which makes it much more popular to use.
Category:Servlet Interview Questions

No comments:

Post a Comment