What is the life cycle of a servlet?
init(),service(),destroy()
init(),destroy(),service(),
init(),process(),destroy()
init(),start(),destroy()