(Choose 1 answer)
Which jsp tag is needed to ensure that implicit variable 'exception' is available in the page that is meant to be an error page? (Choose one)
A. <%@ page isErrorPage="true"%>
B. <%@errorPage="true"%>
C. <%@isErrorPage="true"%>
D. <%@ page errorPage="this"%>
Finish
Exit 46