Answer Posted / avani
Struts will create a single instance of the Action and
allow multiple threads to invoke execute(). This allows for
faster request processing, as the framework is not
continually creating new Action instances to handle each
request. But because a single object is shared between
multiple threads, you must observe proper threading
considerations, as other threads are likely to pummel
instance variables that hold state in the action.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What’s the utilization of struts.xml configuration file?
What is discontinuous strut?
What is execute method in struts?
Where can I get a copy of struts?
What is struts xml?
What is Struts2?
What types of validations are available in xml based validation in struts2?
What do you mean by a custom tag?
What is actionmapping?
What is the purpose of @result annotation?
What is the use of namespace in action mapping in Struts2?
How to convert struts to spring mvc?
What is interceptor struts2?
Difference between html tags and struts specific html tags
What is action servlet in struts?