GIAC
GSSP-JAVA · Question #134
GSSP-JAVA Question #134: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-JAVA to reveal the answer and full explanation for question #134. The question stem and answer options stay visible for context.
Question
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?
Options
- AIt is not possible to declare two error-page code in the web-app element.
- BThe error-page element does not belong to the web-app element.
- CAny exception other than RefreshFailedException will display the Error.jsp page.
- DAll exceptions will display the Error.jsp page.
Unlock GSSP-JAVA to see the answer
You've previewed enough free GSSP-JAVA questions. Unlock GSSP-JAVA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.