Is it possible to create mulitple instance of one Action
Class in struts?
Answer Posted / ramanjaneyulu
No. It follows the sigleton design pattern. so it create a
only one instance of the Action class
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What are disadvantages of Struts?
Is struts compatible with other java technologies?
What configuration changes are required to use Tiles in Struts?
Which tag is used to declare constants in struts xml?
What helpers in the form of jsp pages are provided in struts framework?
What is the purpose of global-forwards tag in struct-config.xml?
What is the different actions available in struts?
What is dispatchaction?
What is used to display the intermediate result in an interceptor?
What are the action classes in struts?
Are interceptors and filters different?
Why we use struts in java?
What is interceptor in Struts2?
What is the difference between filters and interceptors ?
What are inner class and anonymous class?