
Explain ServletContext.

Hi,
Here is the answer,
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.
Thanks,
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.