Answer Posted / tipu swain
No Action classes are not Thread safe by default. But the Code written in the server or inside Struts software makes Action class as Thread safe and Singleton also..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is http forward?
What is the use of forwardaction?
Can we integrate struts with spring?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the purpose of @results?
What is the purpose of @action annotation?
Which components are available using actioncontext map?
What are disadvantages of Struts?
What is the use of jsonvalidation?
Describe the basic steps used to create a tiles application?
How you will enable front-end validation based on the xml in validation.xml?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Why was reload removed from struts (since 1.1)?
What is used to display the intermediate result in an interceptor?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?