We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4db22a commit fe75d01Copy full SHA for fe75d01
docs/java/J2EE基础知识.md
@@ -59,7 +59,7 @@ Servlet接口定义了5个方法,其中**前三个方法与Servlet生命周期
59
60
- `void init(ServletConfig config) throws ServletException`
61
- `void service(ServletRequest req, ServletResponse resp) throws ServletException, java.io.IOException`
62
-- `void destory()`
+- `void destroy()`
63
- `java.lang.String getServletInfo()`
64
- `ServletConfig getServletConfig()`
65
0 commit comments