Answer Posted / 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 |
Post New Answer View All Answers
Can we have multiple struts config files in a single web app?
What configuration changes are required to use resource files in Struts?
What is the difference between requestaware and servletrequestaware interface?
How is the action mapping specified?
How to use forward action to restrict a strut application to mvc?
Does struts include its own unit tests?
What is the different actions available in struts?
What is http redirect?
Name some useful annotations introduced in Struts2?
How is a lookup dispatch action created?
List some bundled validators?
What is the purpose of @after annotation?
What is apache struts framework?
What’s the difference between struts and turbine?
Why use spring, if you are already using struts?