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.

Showing Answers 1 - 2 of 2 Answers

Ramesh Kumar

  • Jul 6th, 2006
 

All the above answers for the servlet interface are correct.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions