Google News
logo
JSP - Interview Questions
Explain Implicit objects in JSP.
Objects created by web container and contain information regarding a particular request, application or page are called Implicit Objects. They are :
 
* response
* exception
* application
* request
* session
* page
* out
* config
* pageContext
Advertisement