JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 332 Page Views: 

What is the container?



Posted By: Avi Date: 8 November 2010 08:22:59 PM
 Answer:

container is a runtime support of a system-level entity and provides components with services such as lifecycle management, security, deployment, and threading.


Posted By: avibtech


Date: 8 November 2010 08:22:59 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image XgDkFa
Related Questions
JSP : How can a servlet refresh automatically?

How can a servlet refresh automatically?

By using client-side refresh or server push.
Category: JSP Date: 11/8/2010 7:17:57 PM
JSP : What is a servlet filter?

What is a servlet filter?

Servlet filters are pluggable web components that used to implement pre-processing and post-processi....
Category: JSP Date: 11/8/2010 6:00:59 PM
JSP : How can my application get to know when a HttpSession is removed?

How can my application get to know when a HttpSession is removed?

By defining a class which implements HttpSessionBindingListener and override the valueUnbound() meth....
Category: JSP Date: 11/8/2010 4:55:58 PM
JSP : What is the difference between setting the session time out in deployment descriptor and programmatically?

What is the difference between setting the session time out in deployment descriptor and programmati....

deployment descriptor time out is specified in terms of minutes only and the session time out value ....
Category: JSP Date: 11/8/2010 4:22:57 PM
JSP : What is a servlet?

What is a servlet?

servlet is a java program that runs inside a web container.
Category: JSP Date: 11/8/2010 3:50:56 PM