What are the life-cycle methods of JSP?
jspInit(), _jspService() & jspDestroy()
init(), service(), destroy()
doPost()
none of the above