Answer Posted / sasmita
Servlet is a java class mainly handles Http request and
response from the web server. It acts as a controller for
receiving request from servers delegating to particular
model class and then forwarding a response by using
RequestDispatcher.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is servlet in simple terms?
What do you mean by cgi and what are its drawbacks?
What is the main purpose of java servlets?
What is cookies in servlet with example?
Which event is fired at the time of project deployment and undeployment?
What is the difference between the servlets and cgi programs?
What is the difference between jsp and servlet life cycle?
How can you start a jta transaction from a servlet deployed on jboss?
What are the kinds of http requests?
Why is Servlet so popular?
Explain how does JSP handle run-time exceptions?
What are the life cycle methods of the servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is a web container and what is its responsibility?
What is the