Friday, March 13, 2009

What are the implicit objects (JSP)

Question :What are the implicit objects? (JSP)
Answer :Implicit objects are objects that are created by the web container and
contain information related to a particular request, page, or application.
They are:
request
response
pageContext
session
application
out
config
page
exception

No comments: