Which interface must be implemented by all servlets?

Submitted by: Administrator
Servlet interface.
Submitted by: Administrator

All servlets must implement the javax.servlet.Servlet interface, which defines servlet lifecycle methods. When implementing a generic service, we can extend the GenericServlet class provided with the Java Servlet API
Submitted by: Venkatesh

Read Online Java Servlet Programming Job Interview Questions And Answers