What are the implicit objects in JSP?

Submitted by: Administrator
Implicit objects 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 and exception.
Submitted by: Administrator

Read Online Java JSP Programming Job Interview Questions And Answers