I was searching for exact difference between javax.servlet.http.HttpServlet , javax.servlet.GenericServlet and javax.Servlet unable to
javax.servlet.http.HttpServlet
javax.servlet.GenericServlet
javax.Servlet
All classes, interfaces, and methods present in the javax.servlet package are protocol independent (generic to all protocols).
javax.servlet
In contrast, all classes, interfaces, and methods present in the javax.servlet.http package are protocol dependent (specific to the HTTP protocol)
javax.servlet.http