nerdexam
GIAC

GSSP-JAVA · Question #136

Mark works as a Programmer for InfoTech Inc. He develops a RefreshFailed.jsp page for a servlet. He wants that the RefreshFailed.jsp page will be displayed when the…

The correct answer is C. <error-page>. See the full explanation below for the reasoning.

Question

Mark works as a Programmer for InfoTech Inc. He develops a RefreshFailed.jsp page for a servlet. He wants that the RefreshFailed.jsp page will be displayed when the javax.security.auth.RefreshFailedException is thrown. Which of the following error-page deployment descriptor element declarations will be used?

Options

  • A<error-page>
  • B<error-page>
  • C<error-page>
  • D<error-page>

How the community answered

(45 responses)
  • A
    18% (8)
  • B
    9% (4)
  • C
    71% (32)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice