Multiple choice technology web technology

The following is not an implicit object

  1. out

  2. response

  3. session

  4. page

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In JSP, implicit objects are automatically available in scriptlets and expressions without declaration. The standard implicit objects include request, response, out, session, application, config, page, pageContext, and exception. The 'page' object represents the current JSP page's servlet instance (similar to 'this' in Java) and is a valid implicit object.