首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

servlet生命周期中,destroy()是销毁,请教destroy()的代码是什么

2012-09-14 
servlet生命周期中,destroy()是销毁,请问destroy()的代码是什么servlet生命周期中,destroy()是销毁,请问de

servlet生命周期中,destroy()是销毁,请问destroy()的代码是什么
servlet生命周期中,destroy()是销毁,请问destroy()的代码是什么

[解决办法]

探讨

引用:

引用:

引用:

public abstract interface Servlet
{
public abstract void destroy();
}

public abstract class GenericServlet
implements Servlet, ServletConfig, Se……

热点排行