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
What are pull and push mvc architecture and which architecture does struts2 follow?
How many instances of servlet usually run in a struts application ?
Which class of struts is responsible to converts data types from string and vice versa?
What is struts.devmode?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
How to convert struts to spring mvc?
What are the core classes of struts framework? Explain
What do you mean by the abstract package in struts2, and what is its utilization?
What is the difference between forwardaction and includeaction?
What is used to display the intermediate result in an interceptor?
How properties of a form are validated in Struts?
How to work with error tags?
Why actionservlet is singleton in struts?
how to develop the submit and search operations in single jsp using struts?
What are the various struts tag libraries?