Implicit Objects in JSP are objects that are automatically available in JSP. Implicit Objects are Java objects that the JSP Container provides to a developer to access them in their program using JavaBeans and Servlets. These objects are called implicit objects because they are automatically instantiated.
Following are the implicit Objects
request
response
session
application
page
pageContext
out
config
exception
No comments:
Post a Comment