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 is the need of session tracking in web application?
Can we override servlet service method?
How can we implement a jsp page?
How do you design microservices?
What is the purpose of dispatcherservlet properties?
What is preinitialization of a servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the difference between using getSession(true) and getSession(false) methods?
What are life cycle methods of a servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is string tokenizer?
What is meant by a web application
What do you mean by session tracking?
What do you mean by session tracking and also explain its techniques?
What is the purpose of inter-servlet communication?