filmov
tv
Java Servlet Tutorial 12 : Servlet Class Hierarchy

Показать описание
The Servlet interface is the root interface of the servlet class hierarchy. All Servlets need to either directly or indirectly implement the Servlet interface. The GenericServlet class of the Servlet API implements the Servlet interface.