What are the life-cycle methods for a servlet?

Ans:
1.public void init(ServletConfig config)
2.public void service(ServletRequest request,ServletResponse) throws ServletException,IOException
3.public void destroy()