Servlet 执行时一般实现哪几个方法?

public void init(ServletConfig config);
public ServletConfig getServletConfig();
public String getServletInfo();
public void service(ServletRequestrequest,ServletResponse response);
public void destroy()

原文地址:https://www.cnblogs.com/miniSimple/p/12269345.html