| |
GeekInterview.com > Interview Questions > J2EE > JSP
| Print | |
Question: why we need web container to Deploy the servlet or jsp ?
Answer: i.e Why we can not run the application like simple java program |
| July 07, 2008 07:45:44 |
#8 |
| mullangi13 |
J2EE Expert Member Since: March 2007 Total Comments: 6 |
RE: why we need web container to Deploy the servlet or jsp ? |
| Compulsorily we need to deploy webresources(Servlet/JSP), in order to execute Servlet/JSP because the web/application server implemented Servlet/JSP APIs. They will not execute in command prompt like standalone applications. |
| |
Back To Question | |