nerdexam
GIAC

GSSP-JAVA · Question #108

Mark works as a Programmer for InfoTech Inc. He develops a code snippet for a class named servletClassA that extends the HttpServlet class. Which of the following HttpServlet class methods are not…

The correct answer is D. doOptions() E. service(). See the full explanation below for the reasoning.

Question

Mark works as a Programmer for InfoTech Inc. He develops a code snippet for a class named servletClassA that extends the HttpServlet class. Which of the following HttpServlet class methods are not required to be overridden by the servletClassA? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AdoDelete()
  • BdoPost()
  • CdoGet()
  • DdoOptions()
  • Eservice()

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    9% (2)
  • C
    5% (1)
  • D
    82% (18)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice