Multiple choice technology programming languages Which of the below is not an implicit object of JSP ? request session context page error 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.