CIW Exam Questions

What does this indicate about the JSP?

At the top of a JSP the following directive appears:
<%@ page isErrorPage=”true”%>
What does this indicate about the JSP?

A.
That it will have access to an implicit object called exception

B.
That an exception will be thrown within the JSP

C.
That any exceptions thrown within the JSP should be ignored

D.
That if any errors or exceptions occur within the current JSP, they will be handled by another
JSP