Multiple choice technology programming languages

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

  1. request

  2. session

  3. context

  4. page

  5. error

  6. exception

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

JSP implicit objects are: request, response, pageContext, session, application, out, config, page, exception. 'context' is NOT an implicit object - the correct name is 'application' for the ServletContext reference.