GenericServlet is superclass for HttpServlet.
Definition
GenericServlet implements Servlet, ServletConfig , Serializable
HttpServlet implements GenericServlet
Differences
- GenericServlet is protocol independent, whereas HttpServlet is protocol (HTTP) dependent.
- In GenericServlets you cannot use Cookies or HttpSession, so session tracking not possible.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.