multiple instances for action class is it possible
Answer Posted / yuga.reddi08
no,Action class is Thread Safe i.e request Processor
creates only one instance for one Action class and one
apllcation..
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is struts efficient?
How does interceptor work in struts2?
How do u provide security to ur project?(Banking domain project)
What is actionmapping?
What are the action classes in struts?
Explain about tiles?
What is struts and springs in java?
How can we work with error tags?
What is package name in struts xml?
How long do struts last?
What is the purpose of execute() method?
For a single Struts application, can we have multiple struts-config.xml files?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are the core classes of struts?
What do you mean by inner class and anonymous class?