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
相關文章
相關標籤/搜索