struts is thread safe or not ?give me answer as early as
possible
Answers were Sorted based on User's Feedback
Answer / coolsat
The very basic applies to every java class, when it comes
to being thread-safe.
Local variables are thread-safe.
In Struts, the action classes are not thread-safe.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / chowdary
struts is not thread safe by default...........
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kumar
it is not Thread safe.
we want to put code in between
synchrorize{
............
}
it is block level synchronization.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravish sharma
We can't say that any framework is thread safe or not?.
Because thread safty is depends on how many threads are accessing a single object. On this basis we can say that thread safe or not....So We cant say that any framework is thread safe or not? so its depend upto you how you are implimenting in your project.
Thanks
Regards Ravish Sharma
| Is This Answer Correct ? | 0 Yes | 0 No |
What is declarative exception handling in struts?
Difference between html tags and struts specific html tags
tell me struts flow ?
5 Answers BA Continnum Solutions, Exira, Fidelity, iGate,
Explain about logic match tag?
Provide some important Struts2 constants that you have used?
collection framework hirarchy?
What is struts xml?
What is the purpose of @expressionvalidator annotation?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
Explain about the validation steps which have to be carried during validation of client-side address?
What is difference between actionform and dynaactionform?