purna


{ City } hyd
< Country > india
* Profession * software trainee
User No # 13473
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 24
Users Marked my Answers as Wrong # 117
Questions / { purna }
Questions Answers Category Views Company eMail




Answers / { purna }

Question { iGate, 64601 }

life cycle of struts?


Answer

process of creating , invoking , destroying the servlet is
known as "life cycle of struts". here three methods are
involved

1.init() :

Total intialization part of servlet ll be there in this .

2.service() :

Actual Bussiness code ll be there in this method

3.destroy() :

just destroying the servlet .

Is This Answer Correct ?    24 Yes 117 No