Answer Posted / sekhar babu
Sorry,
I posted the wrong answer Multiple instances of Action
Classes will create for each request. It will not create
multiple instances of Action class,
It will create only single object and uses that object
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why use struts framework in java?
What is jakarta struts framework?
What is the role of action class?
How can we display validation errors on jsp page?
What are the conditions for actionform to work correctly?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the use of struts config xml file?
Are struts thread safe?
Which model components are supported by Struts?
How we can configured action mapping in struts?
What is life cycle of an interceptor?
What is used to display the intermediate result in an interceptor?
How many action classes can be used in struts application?
What is the purpose of @stringlengthfieldvalidator annotation?
What is the use of jsonvalidation?