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 the difference between a generic servlet and http servlet?
What are different Authentication options available in Servlets.
What is a servlet?
What are the important functions of filters?
What is the workflow of a servlet?
What are the jobs performed by servlets?
What are some advantages of storing session state in cookies?
Why filter is used in servlet?
What is called Session Tracking?
Can we override destroy method in servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How will two or three servlets interact or communicate with each other?
Explain Action Servlet?
If servlet receives multiple requests, how many objects will it create?
Why do we have servlet listeners?