Is it possible to create mulitple instance of one Action
Class in struts?
Answer Posted / raj
No we can create multiple instance for Action class,because
it signifies as singleton class property.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of @conversionerrorfieldvalidator annotation?
What is DynaActionForm?
Why is action servlet a singleton in struts?
What are the custom tags?
What is the default suffix for struts2 action uri ?
How struts 2 validation works?
What are the aware interfaces in struts2?
What are action errors and error?
Why we use struts in java?
What configuration changes are required to use Tiles in Struts?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What are the pros of struts 2?
What is the difference between struts1 and struts2?
What is switchaction?
State an example of struts configuration file as an action parameter for action servlet.