Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / vignesh
web container is a part of web server. which for containing
the servlets & jsps.
Difference between webserver & application server in the
sence, Web server only provide supports for jsps &
servlets. but won't support for EJB. But the Application
server supports all these things, like Jsps, Servlets ane
EJB.
Ex for Web server is TomCat,JRuner
Ex for Application server is WebLogic,JBoss
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What if you need to span your transaction across multiple servlet invocations?
how many jsp scripting elements are there and what are those?
Why do we need a constructor in a servlet if we use the init method?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is preinitialization of a servlet?
What is pure servlet?
What is the difference between get and post methods?
Explain the difference between generic servlet and http servlet?
How servlet is created?
How do you define a servlet?
If servlet receives multiple requests, how many objects will it create?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Explain how to improve Servlet Performance?
How can you use a servlet to generate a plain text instead of html?
Why the concept of single thread model interface is used?