Which code snippet indicates that the page you are designing is capable of handling errors? A.
B.
<%= requestScope["javax.servlet.error'] !=null %> C.
<%@page isErrorPage="true"%> D.
<c:set var="errorHandler" value="true"/>
C.