Answer Posted / 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 |
Post New Answer View All Answers
Is servlet thread safe?
What is meant by a servlet?
List the Different types of servlet?
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 are the two important api's in for servlets?
Define declaration.
What is lazy loading and what is Generic Servlet Class?
What are the uses of servlet and what is servlet chaining?
What's the use of servletcontext?
What do you mean by mime type?
What are all the advantages of servlet over cgi?
What is the need of servlet filters?
Why servlet is mostly used?
What are the key methods that are involved in processing of http servlets?
Why do we have servlet listeners?