Related information:
"21-Day Learning Java Web Development"
Application Object
The 1.application object is used to obtain and set information about the servlet.
The life cycle of a 2.application object is initiated from the server until the server shuts down.
method Return Value method Description
getmajorversion () int gets the main servlet API version
getmajorversion () int gets the primary servlet API version
getminorversion () int gets the minor servlet API version
getserverinfo () String Get Server version
GetMimeType () String gets the MIME type of the specified file
getcontext () ServerContext Gets the application context for the specified local
Getrealpath String Gets the absolute path of the specified path
getinitparameter (name) String gets the servlet initialization parameters
Java-jsp the Application object of the built-in object