What is servlet?

Answers were Sorted based on User's Feedback



What is servlet?..

Answer / saikiran

servlet is the server side funcionality
to plugin to the Servlet contianer to get the Services
from the contianer like
lifecycleManagement
thread management
request navigation
response deligation
session management

Is This Answer Correct ?    1 Yes 0 No

What is servlet?..

Answer / janet

Servlets are modules that extend requests/response-oriented
servers,such as java enabled web servers.
For example, a servlet might be responsible for taking
data in an HTML order-entry form and applying the business
logic used to update a company's order data base.

Is This Answer Correct ?    1 Yes 1 No

What is servlet?..

Answer / sureshkumar

Servlet is a plat form independent webapplication component
which executes in the webserver and can handle the multiple
requests concurrently.

Is This Answer Correct ?    0 Yes 0 No

What is servlet?..

Answer / nagababu

Servlets are small program which execute on the webserver.
They run under webserver environment exploting
functionalities of the web server

Is This Answer Correct ?    0 Yes 0 No

What is servlet?..

Answer / 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

More Servlets Interview Questions

What’s the difference between sendredirect and forward methods

0 Answers  


difference between forward and sendredirect

6 Answers   Accenture,


What are the parameters of the service method ?

2 Answers  


What is httpservlet and how it is different from genericservlet?

0 Answers  


What are cookies and how will you use them?

3 Answers  






What are the difference between HttpServlet and GenericServlets?

2 Answers  


What is http servlet?

0 Answers  


If my browser does not support cookie, and my server sends a cookie instance what will happen?

0 Answers  


What are the kinds of http requests?

0 Answers  


What is the difference between Servlets and Applets?

0 Answers  


In servlets, Why do we need both GET and POST method implementations?

3 Answers   IBM,


what is servlet life cycle?

3 Answers   Inforica,


Categories