Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Servlet interface?


The central abstraction in the Servlet API is the Servlet interface. All servlets implement this interface, either directly or , more commonly by extending a class that implements it.

Note: Most Servlets, however, extend one of the standard implementations of that interface, namely javax.servlet.GenericServlet and javax.servlet.http.HttpServlet.
Related Posts Plugin for WordPress, Blogger...
Flag Counter