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
Explain the difference between servlet and cgi?
Why HttpServlet class is declared abstract?
What are the features added in Servlet 2.5?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Who is responsible for writing a constructor?
What are the types of Session Tracking ?
Why do we have servlet listeners?
What are the different types of servlets?
What is the
What do you mean by chaining in servlet?
Explain servlet.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How do we go with database connection and log4j integration in servlet?
What is the difference between encodeRedirectUrl and encodeURL?
What are advantages of servlets over cgi?