What is the role of the webserver?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / madhu .yadavalli
the web server is execution infrastructure that handles
HTTP requests and responses
| Is This Answer Correct ? | 10 Yes | 7 No |
What are cookies and how will you use them?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
can we create more than ServletContext and ServletConfig in your application
Explain Servlet Chaining ?
How to set a cookie that is persisted only for the duration fo the clients session?
Should I override the service() method?
What are the different methods of session management in servlets?
Can servlet have a constructor ?
Where do you define dispatcherservlet?
What is the inter-servlet communication?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler