Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the capacity the doget can send to the server?

0 Answers  


What is cookie? Why is cookie used?

0 Answers  


can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


What's the architecture of a servlet package?

0 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


What is session tracking?

0 Answers  


what are binding listners?

1 Answers  


What is servlet and list its types?

0 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


Can we get PrintWriter and ServletOutputStream both in a servlet?

0 Answers  


List some life cycle methods of a servlet.

0 Answers  


Categories