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 is dispatch action class?
What are the components of struts framework?
What are the Core classes of Struts Framework?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What does i18n interceptor?
how to debug struts project in netbean ?
How to display validation errors on jsp page?
Where can I get a copy of struts?
How action-mapping tag is used for request forwarding in struts configuration file?
Does struts include its own unit tests?
What are action errors?
What are the bundled validators?
What is the use of form bean in struts?
At the point, you should go for struts framework?
What is the purpose of action-mappings tag in struct-config.xml?