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 are the benefits of Struts framework?
What is apache struts vulnerability?
Explain the complete struts validator framework.
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
When do I need “struts.jar” on my classpath?
What does modeldriven interceptor?
How are interceptors and servlet filters different?
How can duplicate form submission be handled in struts 2?
How to use forward action to restrict a strut application to mvc?
What are the various struts tag libraries?
What is the purpose of @conversion annotation annotation?
What is used to display the intermediate result in an interceptor?
What is the purpose of @keyproperty annotation annotation?
What is the difference between plain-validator and field-validator?
What is the purpose of @element annotation annotation?