When wil use singleton class in Struts

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


Please Help Members By Posting Answers For Below Questions

What are the benefits of Struts framework?

712


What is apache struts vulnerability?

697


Explain the complete struts validator framework.

733


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

2938


When do I need “struts.jar” on my classpath?

722


What does modeldriven interceptor?

758


How are interceptors and servlet filters different?

679


How can duplicate form submission be handled in struts 2?

702


How to use forward action to restrict a strut application to mvc?

764


What are the various struts tag libraries?

710


What is the purpose of @conversion annotation annotation?

876


What is used to display the intermediate result in an interceptor?

706


What is the purpose of @keyproperty annotation annotation?

735


What is the difference between plain-validator and field-validator?

704


What is the purpose of @element annotation annotation?

762