GSSP-JAVA Web TestEngine demo

Exit VceDump GSSP-JAVA GIAC Secure Software Programmer - Java
Question 37 of 42
0% complete
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?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in