12345678910



Question 1: Which of these statements are not true about GenericServlet?
1. Generic Servlet is an abtract class
2. A GenericServlet has a service() method to handle requests.
3. Genric Servlet extends HttpServlet and override doGet() method
4. Generic servlet implements Servlet Interface and over-rides life-cycle method