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 a server side include (ssi)
Explain load on start-up and its importance?
Define the servlet mapping.
What is the use of request dispatcher interface?
Is servlet a framework?
What are all the ways for session tracking?
What do you mean by cgi and what are its drawbacks?
Explain the jar and war files in servlet?
What do you mean by request dispatcher in servlet?
What is a web application and what is it’s directory structure?
Tell us something about servletconfig interface.
When to use doget() and when dopost()?
What is the default http method in the servlet?
How do I support both get and post from the same servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?