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 are the difference between RMI and Servlets?
What is the
What is the difference between sendredirect() and forward() in a servlet?
Why filter is used in servlet?
What are different ways for servlet authentication?
What are the types of protocols supported by httpservlet ?
How do cookies work in servlets?
What do you mean by web applications?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is ServletContext object?
What is the dispatcher servlet?
Whether thread can be used in servlets?
What is the difference between portlet and servlet?
What are sessions in servlets?
What is servlet name in web xml?