Multiple choice technology programming languages

What are Predefined variables or implicit objects?

  1. Request

  2. Response

  3. session

  4. All the above

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

JSP provides several implicit objects (predefined variables) including request (HttpServletRequest), response (HttpServletResponse), session (HttpSession), out, application, config, page, and pageContext - all automatically available without declaration.

AI explanation

JSP defines several implicit objects that are automatically available in a page without explicit declaration, including request, response, and session, alongside others like application, out, and pageContext. Since all three listed items are genuine implicit objects, "All the above" is the complete and correct choice.