struts is thread safe or not ?give me answer as early as
possible
Answer Posted / 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 |
Post New Answer View All Answers
How we can configured action mapping in struts?
Why use spring, if you are already using struts?
Can you explain aware interfaces in struts2?
Which model components are supported by Struts?
Explain the necessity of empty tag?
What are the important methods of actionform?
How action-mapping tag is used for request forwarding in struts configuration file?
What is http forward?
What is jakarta struts framework?
What do you mean by struts.dev mode?
What is the purpose of @action annotation?
Which configuration files are used in struts?
What do struts do?
What helpers in the form of jsp pages are provided in struts framework?
how to develop the submit and search operations in single jsp using struts?