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 do you understand by mime type?
How we can call a jsp from the servlet?
Can we refresh servlet in client and server side automatically?
Which application server is best for java?
If some new data has entered the database, explain how can a servlet refresh automatically?
What are the different ways we can maintain state between requests?
What are the new features added to servlet 2.5?
What is a servlet context object?
Difference between java beans & servlets?
Explain the different ways for servlet authentication?
Why do you use session tracking in httpservlet?
How to get the path of servlet in the server?
What is setattribute in servlet?
Write a program to show the functionality of doget and dopost method?
Which method of the httpservletrequest object is used?