What is ServletContext
ServletContextInterface defines methods that a servlet can use to communicate to the Container. ServletContext Parameters are specified for entire application and are available for all servlets. ServletContext is also calledapplication object. ServletContext is used to obtain information about environment on which a servlet is running. There is one instance object of the ServletContext interface associated … Read more