What is the role of the webserver?

Answers were Sorted based on User's Feedback



What is the role of the webserver?..

Answer / a.srinivas rao

A web server is the combination of HTTP engine,servlet
container and jsp container.the combination of servlet and
jsp containers is called web container which takes care of
every thing of servlet.a web server receives user request
in form of URL and maps it to appropriate servlet to
process the request

Is This Answer Correct ?    26 Yes 7 No

What is the role of the webserver?..

Answer / shakir

Using the internet,listening the HTTP request and providing
the HTTP response.
Transaction with HTTP request and respose.
That gives only a html output ,it will not proccess
business logic in the server side.They can provide HTTP
server.They are static.

Is This Answer Correct ?    24 Yes 12 No

What is the role of the webserver?..

Answer / ramakrishna

A webserver is a server side application which is used to
deploy webapplication in it,it will listen to Http request
coming to this web application and provide response to them
either in static or non-static page

Is This Answer Correct ?    13 Yes 7 No

What is the role of the webserver?..

Answer / madhu .yadavalli

the web server is execution infrastructure that handles
HTTP requests and responses

Is This Answer Correct ?    10 Yes 7 No

Post New Answer

More Servlets Interview Questions

What do you mean by filter in servlet?

0 Answers  


Why is init() method is used in servlets?

0 Answers  


How can we refresh automatically when new data is entered into the database?

0 Answers  


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


How is an application exception handling is done using a servlet?

0 Answers  






what is the difference b/w DispatchAction and LookUpDispatchAction?

1 Answers   Deloitte, iGate, Tech Mahindra,


How would you create deadlock on your servlet?

0 Answers  


How do you define a servlet?

0 Answers  


can v create a constructor 4 servlet?

7 Answers   Satyam,


which method in doGet or doPost is use to send binary date to server

2 Answers   HCL,


How to deal with multi-valued parameters in a servlet?

2 Answers  


What are the differences between the servletconfig interface and the servletcontext interface?

0 Answers  


Categories