Multiple choice technology web technology Select the implicit jsp objects from the following exception error out page Reveal answer Fill a bubble to check yourself A,C,D Correct answer Explanation JSP implicit objects are automatically available in JSP pages. 'exception' is available only in error pages. 'out' is the JspWriter object. 'page' refers to the current servlet instance (this). 'error' is not a valid JSP implicit object.