Question 41 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question 41 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question

Which code snippet indicates that the page you are designing is capable of handling errors? A.

<%@page errorPage=“errorHandler.jsp”$>

B.

<%= requestScope["javax.servlet.error'] !=null %> C.

<%@page isErrorPage="true"%> D.

<c:set var="errorHandler" value="true"/>

Explanations

C.