httpsevlet专题

javaWeb---GenericServlet和HttpSevlet

1.GenericServlet:用于定义一般的、与协议无关的Servlet 要编写用于web上的Servlet,需要继承HttpServlet。 HttpServlet是继承自GenericServlet。 GenericServlet 使编写 servlet 变得更容易。 它提供生命周期方法 init 和 destroy 的简单版本,以及 ServletConfig 接口中的方法