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)- A5% (1)
- B9% (2)
- C5% (1)
- D82% (18)
Community Discussion
No community discussion yet for this question.