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
Describe servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are common tasks performed by Servlet Container?
What's the servlet interface?
Can you send an authentication error from a servlet?
What is api in servlet?
What are the exceptions thrown by servlets? Why?
How to create war file?
How can an existing session be invalidated?
How can we refresh automatically when new data is entered into the database?
What do you mean by cgi?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What exactly are the functions of servlet?
What is Request Dispatcher?
What is the difference between Server and Container?