Which of these is a correct fragment within the web-app element of deployment descriptor? Select the one correct answer
A. <exception> <exception-type> mypackage.MyException</exception-type> <location> /error.jsp</location></exception>
B. <error-page> <exception-type> mypackage.MyException</exception-type> <location>
/error.jsp</location> </error-page>
C. <error-page> <exception> mypackage. MyException </exception-type> <location> /error.jsp </location></error-page>
D. <error-page> <exception-type> mypackage.MyException</exception-type> </error-page>
E. <error-page> <servlet-name> myservlet</servlet-name> <exception-type>mypackage.MyException</exception-type> </error-page>
F. <exception> <servlet-name> myservlet</servlet-name> <exception-type>mypackage.MyException</exception-type> </exception>
F
Exit (43