Answers

Question and Answer:

  Home  Java JSP Programming

⟩ What are the implicit objects in JSP?

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.

 171 views

More Questions for you: