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

What is the GenericServlet class?


GenericServlet is an abstract class that implements the Servlet interface and the ServletConfig interface. In addition to the methods declared in these two interfaces, this class also provides simple versions of the lifecycle methods init and destroy, and implements the log method declared in the ServletContext interface.
Note: This class is known as generic servlet, since it is not specific to any protocol.
Related Posts Plugin for WordPress, Blogger...
Flag Counter