posted 15 years ago
HttpServlet is spacific to the Http Protocol, If you wnat to use the another Protocol then you cant use the HttpServlet in this case you use the GenericServlet. in short GenericServlet is for any Protocol and HttpServlet is for Http Protocol