IT Placement Papers JAVA JSP
This category contains JSP Interview Questions and Answers |
What are implicit Objects available to the JSP Page?
|
|
|
|
|
Implicit objects are the objects available to the JSP page. These objects
are created by Web container and contain information related to a particular
request, page, or application. The JSP implicit objects are:
application
config
exception
out
page
pageContext
request
response
session
Only registered users can write comments. Please login or register.
|