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 the difference between empty default namespace and root namespace?
What's mvc pattern ?
How to use forward action to restrict a strut application to mvc?
How to work with error tags?
How struts2 supports internationalization?
What is struts 2 framework in java?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the naming convention for a resource bundle file in struts2?
At the point, you should go for struts framework?
Are actions thread safe?
Name the different types of actions found in struts.
How do I access token?
What is struts2 in java?
What does i18n interceptor?
List some bundled validators?