Is Struts Action class Thread Safe?
Answers were Sorted based on User's Feedback
Answer / raz
Action Class is not Thread Safe, Every Action Class is a
servlet as we know that servlets are not thread safe, it is
going to create new instance for each and every request.
| Is This Answer Correct ? | 16 Yes | 19 No |
Answer / kumaravelu
Yes struts is not only thread safe but also thread
dependent.Because its run in light weigth component and
from the orignial action class.
| Is This Answer Correct ? | 13 Yes | 18 No |
Answer / sreenivasula reddy
Yes struts is threadsafe. and light weight component also
| Is This Answer Correct ? | 9 Yes | 31 No |
Which parser is used in Struts to parse the Structconfig.xml file.
what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
What is the use of struts config xml file?
what is the difference between SAX Parser and DOM Parser??
14 Answers Cap Gemini, Goldman Sachs, HCL, Hidden Brains, HP,
How to pass runtime Parameter in Struts1.2?
What are action errors?
How can we group related actions in one group in Struts?
What are the steps required for setting up validator framework in struts?
What is the default suffix for Struts2 action URI and how can we change it?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How can we integrate log4j in Struts2 application?
Why is it called struts?