struts is thread safe or not ?give me answer as early as
possible

Answers were Sorted based on User's Feedback



struts is thread safe or not ?give me answer as early as possible..

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

struts is thread safe or not ?give me answer as early as possible..

Answer / chowdary

struts is not thread safe by default...........

Is This Answer Correct ?    3 Yes 0 No

struts is thread safe or not ?give me answer as early as possible..

Answer / guest

no,not a thread safe

Is This Answer Correct ?    4 Yes 2 No

struts is thread safe or not ?give me answer as early as possible..

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

struts is thread safe or not ?give me answer as early as possible..

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

Post New Answer

More Struts Interview Questions

Does apache struts run on windows?

0 Answers  


Explain about struts?

0 Answers  


How can we integrate log4j in Struts2 application?

0 Answers  


What are the struts2 error message keys that can come during file uploading process?

0 Answers  


How can we write our own interceptor and map it for action?

0 Answers  






What are the sections into which a strut configuration file can be divided?

0 Answers  


What are the core components of a struct2 based application?

0 Answers  


What is the use of resourcebundle.properties file in Struts Validation framework?

0 Answers  


Is struts thread safe?

4 Answers   HCL, Mphasis,


which MVC architecture struts follows and why?

6 Answers   IBM,


life cycle of struts?

14 Answers   HCL, iGate, Scope International,


What does params interceptor?

0 Answers  


Categories