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 is the purpose of struts.xml in struct2?
What is interceptor in Struts2?
What is the use of web xml in struts2?
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
What are the two different types of validations that the validator framework supports?
In which order struts framework searches for a message bundle?
How to upload struts file?
What is the purpose of @stringlengthfieldvalidator annotation?
What do you mean by dynaactionform?
What are the components of struts?
What are the reasons for an error message not being displayed while developing struts application?
What is the use of lookupdispatchaction?
What is meant by custom tags?
What is actionservlet?
What helpers in the form of jsp pages are provided in struts framework?