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 inner class and anonymous class?
How client side validation is enabled on a jsp form?
Mark the differences between html tags and strut specific html tags.
What is controller in struts2?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What does i18n interceptor?
What is form bean in struts?
What do you mean by dynaactionform?
Is struts mvc framework?
Can we integrate struts with spring?
What is the difference between empty default namespace and root namespace?
What is the purpose of @element?
What is the procedure of operation of a form tag?
What is struts? Explain
What is the role of action class?