标签:
public void init(ServletConfig config) throws ServletException { System.out.println("HelloServlet.init()"); }
为程序初始化入口,里面调用了init方法,所以不要进行覆盖
servlet是单实例多线程的
servlet
原文地址:http://www.cnblogs.com/may12138/p/5955884.html