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
How action mapping is configured in Struts?
What is the use of struts config xml file?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the 5 constants of action interface?
What is the actionform?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
State the procedure for using forward attribute of link tag’s.
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Explain about how requests from the client are sent?
Describe the basic steps used to create a tiles application?
What is http forward?
What is discontinuous strut?
Can you give an overview of how a struts application flows?
What is interceptor struts2?
What is the difference between session scope and request scope when saving formbean ?