DEVFYI - Developer Resource - FYI

What are the implicit objects?

JSP Interview Questions and Answers


(Continued from previous question...)

6. What are the implicit objects?

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

(Continued on next question...)

Other Interview Questions