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