HttpServlet Abstract class
Generic servlet meant for any protocol interaction like http, smtp, ..
For a web application, the protocol used is http, so to work with specific protocol, sun micro system had come up with SRS called HttpServlet.
Generic servlet meant for any protocol interaction like http, smtp, ..
For a web application, the protocol used is http, so to work with specific protocol, sun micro system had come up with SRS called HttpServlet.
Comments
Post a Comment