Question - What do you mean by HttpServlet and how it is different from the GenericServlet?
Answer -
HttpServlet is basically extended from GenericServlet and it also inherits the properties of Genericservlet. HttpServlet defines an HTTP protocol servlet while GenericServlet defines a generic, protocol-independent servlet.