Answer Posted / bhanu prakash
It depends upon the usability, Struts action is a thread
safe if you are not using any Instance variable.
If you are using instance variable then it is not thread
safe.In this case you need to take extra precaution to
ensure the desired behaviour .( synchronization etc).
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Why use struts framework in java?
What is the purpose of @before annotation?
Which configuration file is used for storing jsp configuration information in struts?
State the procedure for using forward attribute of link tag’s.
In which method of action class the business logic is executed?
What is the purpose of @intrangefieldvalidator annotation?
How struts 2 validation works?
How exceptions are handled in struts application?
What is the difference between filters and interceptors ?
What do you mean by a custom tag?
What is the purpose of @before?
How are interceptors and servlet filters different?
What is request processor and how does it relates to action mapping?
What is struts in java with example?
What do you mean by dynaactionform?