Which of the following statements is true about the ServletInterface ? (Multiple choice)
Skill/Topic: Servlets
A) The central abstraction in the Servlet API is the Servlet interface.
B) All Servlet implement this interface, either directly or, more commonly, by extending a class that implements it such as HttpServlet.Servlets > Generic Servlet > HttpServlet > MyServlet.
C) The Servlet interface declares, but does not implement, methods that manage the Servlet and its communications with clients.
D) Servlet writers don�t provide some or all of these methods when developing a Servlet.
-
Interview Candidate
- Dec 10th, 2005
- 2
- 2380
Showing Answers 1 - 2 of 2 Answers
Related Answered Questions
Related Open Questions
Which of the following statements is true about the ServletInterface ? (Multiple choice)
A) The central abstraction in the Servlet API is the Servlet interface.
B) All Servlet implement this interface, either directly or, more commonly, by extending a class that implements it such as HttpServlet.Servlets > Generic Servlet > HttpServlet > MyServlet.
C) The Servlet interface declares, but does not implement, methods that manage the Servlet and its communications with clients.
D) Servlet writers don�t provide some or all of these methods when developing a Servlet.
Related Answered Questions
Related Open Questions