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 synchronized?
How do we share data using 'getservletcontext ()?
What must be implemented by all servlets?
What are some disadvantages of storing session state in cookies?
Which is better jsp or servlet?
What exactly are the functions of servlet?
Explain Action Servlet?
Elucidate servlet attributes and its scope?
What do you mean by httpservlet and how it is different from the genericservlet?
What are the difference between RMI and Servlets?
Explain load on start-up and its importance?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Why filter is used in servlet?
How do cookies work in servlets?
What are the benefits of using servlet over cgi?