Multiple choice

Classes Http Servlet and Generic Servlet implement the ________ interface.

  1. Rmi

  2. Corba

  3. Jdbc

  4. Servlet

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Both HttpServlet (for HTTP-specific web applications) and GenericServlet (for protocol-independent servlets) implement the Servlet interface, which defines the core servlet lifecycle methods like init(), service(), and destroy(). The Servlet interface is the foundation of all servlet technology.