home  »  General  »  What are the JSP implicit objects ?

What are the JSP implicit objects ?

The Objects available in any JSP without any need for explicit declarations are implicit Objects. All of these objects have atleast page page level scope. pageContext:The context for the JSP page. Provides access to various objects including: servletContext: The context for the JSP page’s servlet and any web components contained in the same application. See Accessing the

  read more »

Comments

Post stamped by 3 Humsurfers