Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / ravikiran.chd
web server is the one where the resources will be saved,and
container is the one where services are provided
web server contains the web components like servlets and jsps
application server contains the web components as well as
the ejb components
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What is Servlets and explain the advantages of Servlet life cycle?
What is the type of method for sending request from http server?
Is dispatcher servlet a singleton?
What do you mean by singlethreadmodel interface?
why we should override only no-agrs init() method.
Why doesn’t a servlet include main()? How does it work?
What is the difference between genericservlet and httpservlet
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Define declaration.
What is the difference between get and post methods?
How can an existing session be invalidated?
Can you explain in detail 'javax.servlet' package?
What do you mean by httpservlet and how it is different from the genericservlet?
How do I support both get and post from the same servlet?
What is the GenericServlet class?