OD
(Choose 1 answer)
A JSP page has the following page directives:
<%@page isErrorPage='false' %>
<%@page errorPage='/jsp/myerror.jsp' %>
Which of the following implicit object is NOT available to the jsp page?
A. session
B. exception
C. application
D. response
(18