What is Generic Servlet class? – This class implements Servlet and Servlet Config interfaces. – It can be extended by a servlet. – It is a common practice that a servlet class extends protocol-specific, such as HttpServlet class. – With the help of using life cycle methods, it makes simpler and easier to develop servlets […]