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 do you mean by web applications?
Is servlet a controller?
What is api in servlet?
What are Servlets?
What is Client-Server Computing?
What is servlet and its types?
Explain the concept of ssi ?
Explain the difference between a web server and a web container?
What is httpservlet class?
What is the use of attribute in servlets?
What do you mean by request dispatcher in servlet?
What's the advantages using servlets than using cgi?
Difference between get and post in java servlets?
What is the need of servlet filters?
What do you mean by cgi?