Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / veens
web server: Is responsible for receiving request from
client and sending responses to client.
web container: w.c contains Servlet engine and jsp engine,
responsible for executing servlets(JSP) life cycle.
once webserver receivs the request it sends the control to
webcontainer,after execution of servlet(jsp) response will
be sent to web server ,web server will send the response to
client.
Application server: web container + EJB container(engine)
| Is This Answer Correct ? | 64 Yes | 3 No |
Post New Answer View All Answers
What is the use of request dispatcher interface?
What is string tokenizer?
How do I use cookies to store session state on the client?
What are the different mode that servlets can be used?
What is Servlets and explain the advantages of Servlet life cycle?
Explain how to improve Servlet Performance?
How can you push data from an Applet to a Servlet?
What is URL Encoding?
How do you communicate in between Applets and Servlets?
How can we create deadlock situation in servlet?
How a servlet is unloaded?
What is servlet invoker?
Tell us something about servletcontext interface.
Explain the lifecycle of a servlet?
What is the use of httpservletresponsewrapper?