Multiple choice technology architecture

Which are implicit objects in a JSP?

  1. only request, response

  2. only request, response & application

  3. request, response, session & application

  4. None

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

JSP provides nine implicit objects including request, response, session, application (ServletContext), out, pageContext, page, config, and exception. Option C lists four of the most commonly used ones - while not exhaustive, it's the correct choice among the given options.