Answer Posted / mirza
Servlet is a server side program which is written in java
langauge and it contains the bussiness logic funtion to
submit the appropriate response back to client.
We use servlet to develop the web component
which is deveploy by using web server like Apache.
It takes the HTTP request from client and it
generates the HTTP response back to client.
As per MVC design pattern it works like a
controller.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can we perform any action at the time of deploying the project?
How do we translate jsp?
When servlet object is created?
What is the type of method for sending request from http server?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What is servlet container. how it works?
What is url encoding and url decoding
How can we implement a jsp page?
What is the procedure of invoking different servlet in a different application?
How to create war file?
How do we go with database connection and log4j integration in servlet?
What is the need of servlet filters?
Explain the lifecycle of a servlet?
How to find whether a parameter exists in the request object?
What is generic servlet class?