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 servlet and its life cycle?
Difference between forward() method and sendredirect() method ?
How do you get the ip address of the client in servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What do you mean by scope object and what are its types?
What do you mean by chaining in servlet?
What are the steps that are involved in using the httpservlet class?
Explain the jar and war files in servlet?
How a servlet is unloaded?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are session variable in servlets?
Which method of the httpservletrequest object is used?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is cgi and what are its drawbacks?
Which event is fired at the time of project deployment and undeployment?