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
What is Servlets and explain the advantages of Servlet life cycle?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is a generic servlet?
What is the purpose of dispatcherservlet properties?
What are advantages of servlets over cgi?
What is the difference between a generic servlet and http servlet?
What is the use of servlet wrapper classes?
How will two or three servlets interact or communicate with each other?
When to use doget() and when dopost()?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Why is init() method is used in servlets?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is MIME Type?
How we can create war file in servlet?
What’s the use of the servlet wrapper classes??