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
What is the purpose of @conversion annotation annotation?
What is spring and struts in java?
How is declarative handling of exceptions done in struts ?
What are the struts2 configuration properties that control file uploading process?
How nested beans can be used in Struts applications?
What are the various struts tag libraries?
What is discontinuous strut?
Why are struts tightly coupled?
What is package name in struts xml?
In which method of action class the business logic is executed?
Which class of struts is responsible to converts data types from string and vice versa?
Why was reload removed from struts (since 1.1)?
Explain the complete struts validator framework.
What is xml based validation in struts2?
What is the use of interceptor?