life cycle of struts?
Answer Posted / purna
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 |
Post New Answer View All Answers
Can we have multiple struts config files in a single web app?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is the significance of logic tags in Struts?
What is the purpose of execute() method?
What are inner class and anonymous class?
What do you mean by actionmapping?
In struts, how can we access java beans and their properties?
In which method of action class the business logic is executed?
What configuration files are used in struts?
How tag libraries are defined in Struts?
What is ognl?
What is the purpose of @beforeresult?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the struts in java?
Name some of the features of struts2?