
JSP Application Object?

Application Object is used to share the data with all application pages. Thus, all users share information of a given application using the Application object. The Application object is accessed by any JSP present in the application. The class or the interface name of the object application is ServletContext.The application object is written as:
Javax.servlet.http.ServletContext
Methods of Application Object: