12345678910



Question 1: Which statement is true about HttpServlet?
1. This is a abstract class
2. HttpServlet extends GenericServlet and adds support for doGet(), doPost()
3. Service method defined here only take http specific request
4. All of these