What happens when Two users requests for same action class?
How the threads are controlled?
Answer Posted / rajshekhar
In this case both the users will get saparate instanceses
of the same action class.and both will work independintely.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of @conversion annotation annotation?
What is the use of forwardaction?
What does modeldriven interceptor?
What does i18n interceptor?
Is struts efficient?
Explain how can we upload files in struts2 application?
What is the use of namespace in action mapping in Struts2?
Explain about struts dispatch action?
How an actionform bean is created?
What is the purpose of @result?
What is Struts2?
How action-mapping tag is used for request forwarding in struts configuration file?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Where can I get help with struts?
What is the difference between plain-validator and field-validator?