home » General » What are the JSP implicit objects ?What are the JSP implicit objects ?posted by nutan(32) 14 months ago (www.dexternights.com) 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 » |
|
CommentsAdd a comment
|
|
Post stamped by 3 Humsurfers |
