OF
(Choose 1 answer)
Which of these is a correct fragment within the web-app element of deployment descriptor?!correct answer
A. <exception> <exception-type> mypackage.MyException</exception-type> <location> /er</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.</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>
3