implicit object application JSP Example

"application" is one of the 9 implicit objects, JSP supports. The "application" object represents an object of javax.servlet.ServletContext interface. This we have seen in Servlets at Reading Servlets Context Parameter with Example. Let us write a different program with JSP code. implicit object application JSP represents a global object that can be used by all …

implicit object application JSP Example Read More »