Q37
Single choice
Mark works as a Programmer for InfoTech Inc. He develops the following deployment descriptor code.
<web-app>
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location> Error.jsp </location>
</error-page>
<error-page>
<exception-type> javax.security.auth.RefreshFailedException</exception-type> <location>
RefreshFailed.jsp </location>
</error-page>
</web-app>
Which of the following statements is true about the deployment descriptor code given above?