Switch to full style
What's behind JSP & Servlets
Post a reply

Explain ServletContext.

Fri Nov 07, 2008 1:11 pm

Q: Explain ServletContext.

A: ServletContext interface is a window for a servlet to view it's environment. A servlet can use this interface to get information such as initialization parameters for the web applicationor servlet container's version. Every web application has one and only one ServletContext and is accessible to all active resource of that application.



Post a reply
  Related Posts  to : Explain ServletContext.
 Please Explain Little Bit More!     -  
 Explain the life-cycle mehtods in JSP     -  
 explain event handling in java     -  
 Explain the life cycle methods of a Servlet.     -  
 develop a login page- login servlet - ServletContext     -