热门
最新
红包
立Flag
投票
同城
我的
发布
@qq_33291299:、Servlet接口中有哪些方法?
答:Servlet接口定义了5个方法,其中前三个方法与Servlet生命周期相关:
- void init(ServletConfig config) throws ServletException
- void service(ServletRequest req, ServletResponse resp) throws ServletException, java.io.IOException
- void destory()
- java.lang.String getServletInfo()
- ServletConfig getServletConfig()
CSDN App 扫码分享
评论
点赞
打赏
- 复制链接
- 举报
下一条:
scanf and gets