1、servlet实现的三种方式
a.实现Servlet接口
b.继承GenericServlet类
c.继承HttpServlet类
2、servlet生命周期init、destroy方法只能调用一次,service可以多次;init方法,初始化servlet类似于构造器;destroy方法 reload 应用时或者关闭Tomcat时
Posted think的海角
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了servlet相关的知识,希望对你有一定的参考价值。
1、servlet实现的三种方式
a.实现Servlet接口
b.继承GenericServlet类
c.继承HttpServlet类
2、servlet生命周期init、destroy方法只能调用一次,service可以多次;init方法,初始化servlet类似于构造器;destroy方法 reload 应用时或者关闭Tomcat时
以上是关于servlet的主要内容,如果未能解决你的问题,请参考以下文章