The javax.servlet.http.HttpServlet is an abstract class that is suitable for processing HTTP requests. HTTP request is encapsulated as HttpServletRequest object and HTTP response is encapsulated as HttpServletResponse object.

The following UML class diagram outlines a brief overview of HttpServlet API:

 

HttpServlet API UML diagram

 

Other Java Servlet Tutorials:


About the Author:

is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.



Add comment