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
How can we group related actions in one group in Struts?
What are action errors?
How an actionform bean is created?
Why we use struts over servlets?
What is Struts2?
How many action classes can be used in struts application?
What is action servlet in struts?
What is the difference between forwardaction and includeaction?
What is the purpose of @beforeresult annotation?
What do you know about validation plugin ?
What are the core classes of struts framework? Explain
What is the front controller in struts2?
What is action support class in struts2?
Can you explain struts.properties in struts2?
What are the major differences between html tags and strut specific html tags?