Sunday, January 18, 2015

How Servlets Work

The interaction between the J2EE server and the web container

A servlet is an object that extends either the javax.servlet.GenericServlet class or the javax.servlet.http.HttpServlet class. The javax.servlet.GenericServlet class defines methods for building generic, protocol-independent servlets. The javax.servlet.http.HttpServlet class extends this class to provide HTTP-specific methods.




No comments:

Post a Comment