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
Why we use struts over servlets?
Which components are available using actioncontext map?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
Can you explain value stack?
What configuration changes are required to use Tiles in Struts?
What is apache struts vulnerability?
how to develop the submit and search operations in single jsp using struts?
Explain struts.devmode?
What's the purpose of execute method of action class?
How we can configured action mapping in struts?
What are the aware interfaces in struts2?
How does struts2 token work?
What are the important methods of actionform?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How to use forward action to restrict a strut application to mvc?