Servlet的生命周期

Life Cycle of Servlet 1) Loading of Servlet 2) Creating instance of Servlet 3) Invoke init() once 4) Invoke service() repeatedly for each client request 5) Invoke destroy() Step 1: Loading of Servlet
相关文章
相关标签/搜索