Servlets and JSP

Why Servlets? Servlets play the role of a helper app in the web server. It is preferred because of performance where server has to launch a heavy-weight process for each and every request for that resource. Servlets Servlets should be deployed to Web Container...