What happens when Two users requests for same action class?
How the threads are controlled?
Answer Posted / anjani kumar jha
For every request........crossponding instance is
created.....
Means n no of rquest=n no of instance.......
And for every instance one thread is allocated for
that......and then......somtimes may chances of deadlock...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How the flow of various requests happens in struts application?
Will the struts tags support other markup languages such as wml ?
How the exceptions are handled in struts?
How many struts config file can be created in struts?
What is the purpose of @intrangefieldvalidator annotation?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What are the steps used to setup dispatch action?
What is the use of resourcebundle.properties file in Struts Validation framework?
What’s the utilization of resource bundle properties file in struts validation structure?
What is the difference between struts1 and struts2?
What are the cons of struts 2?
What is struts-default package and what are it’s benefits?
How many instances of servlet usually run in a struts application ?
What is spring hibernate and struts in java?
What are action errors?