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

how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)

2 Answers   TCS,


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

0 Answers   IBM,


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

0 Answers  


How will you pass values from HTML page to the servlet?

0 Answers  


What is the difference between doGet and doPost?

9 Answers   iGate,






Can we define constructor in Servlet class?

10 Answers   Accenture, Yugma,


How many ways to remove the session object in the container

6 Answers   Bosch,


What are different Authentication options available in Servlets.

0 Answers  


What is the purpose of requestdispatcher interface?

0 Answers  


What are sessions in servlets?

0 Answers  


What are the new features added to servlet 2.5?

0 Answers  


What if we pass negative value in load-on-startup?

0 Answers  


Categories