struts is thread safe or not ?give me answer as early as
possible
Answer Posted / 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 |
Post New Answer View All Answers
What is package name in struts xml?
What is the use of resourcebundle.properties file in Struts Validation framework?
How the flow of various requests happens in struts application?
What are the steps involved in creating a strut application?
Explain struts?
In which order struts framework searches for a message bundle?
What is request processor and how does it relates to action mapping?
What is the purpose of @result annotation?
What is controller in struts ?
Which file is used by controller to get mapping information for request routing?
In how many ways duplicate form submission can occurs?
Can you give an overview of how a struts application flows?
What inbuilt themes are provided by struts2?
What is action support class in struts2?
What helpers in the form of jsp pages are provided in struts framework?