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
What are the ways to handle multi-threading in servlets?
What are different methods of session management in servlets?
Define the lifecycle for executing a jsp page.
What is setattribute in servlet?
Why the container loads server at the application startup and how?
What is servlet container. how it works?
What is preinitialization of a servlet?
what do you understand by url rewriting?
Whether we can get deadlock situation in servlets?
What are the life cycle methods of a servlet?
What if we pass negative value in load-on-startup?
How to create war file?
Whats the advantages using servlets over using CGI?
Explain the lifecycle of a servlet?
Is servlet a server side scripting language?