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
What is the purpose of @doublerangefieldvalidator annotation?
What is the need of struts?
Can we integrate struts with spring?
What are different ways to create Action classes in Struts2?
What is the naming convention for a resource bundle file in struts2?
What do you mean by action errors and what are the results they force?
What is actionmapping?
What is DynaActionForm?
How struts 2 validation works?
What is the design role played by struts?
What are the loop holes of struts?
What is the difference between forwardaction and includeaction?
What does validation interceptor?
What is the purpose of struct-config.xml in struct2?
What is struts in java with example?