nerdexam
GIAC

GSSP-JAVA · Question #123

Mark works as a Programmer for InfoTech Inc. He creates an error page named PageDoesNotExist.jsp. He wants to ensure that the PageDoesNotExist.jsp page will always be displayed if the server cannot…

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 creates an error page named PageDoesNotExist.jsp. He wants to ensure that the PageDoesNotExist.jsp page will always be displayed if the server cannot find the requested page or if the request is for a page that does not exist on the server. Which of the following error-page code declarations will be used?

Options

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

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    6% (2)
  • C
    81% (26)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice