What are Predefined variables or implicit objects?
-
Request
-
Response
-
session
-
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.