Answer Posted / 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 |
Post New Answer View All Answers
What is Servlet API used for connecting database?
What are the uses of servlet and what is servlet chaining?
What is servlet used for?
What is servlet lazy loading?
How to create war file?
Which are the different ways you can communicate between servlets?
Why jsp is better than servlet?
Explain the difference between get and post method in servlet?
Which method of the httpservletrequest object is used?
How can we create deadlock situation in servlet?
What is the difference between get and post methods?
What are the various ways of session supervision in servlets?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the difference between portlet and servlet?
how many jsp scripting elements are there and what are those?