Answer Posted / eugene gruzin
Struts is not only thread safe, it is thread dependant.
Struts instansiate each Action only once and allow all
other request to be handled by the same action
| Is This Answer Correct ? | 23 Yes | 8 No |
Post New Answer View All Answers
What are the steps required for setting up validator framework in struts?
What is package name in struts xml?
Explain the necessity of empty tag?
Describe the basic steps used to create a tiles application?
What is validate() and reset() functions?
What is the difference between empty default namespace and root namespace?
What’s the difference between struts and espresso?
When it’s useful to use IncludeAction?
Which file is used by controller to get mapping information for request routing?
Name some of the features of struts2?
What are the Core classes of Struts Framework?
Can a reducer dispatch an action?
How do struts work?
Explain the core end goal while using java struts?
What are the ways in which duplicate form submission can occur?