Multiple choice technology programming languages

Which of the below is not an implicit object of JSP ?

  1. request

  2. session

  3. context

  4. page

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

JSP implicit objects are: request, response, pageContext, session, application, out, config, page, and exception. 'context' is NOT a valid JSP implicit object - pageContext exists, but not 'context' alone.