What happens when Two users requests for same action class?
How the threads are controlled?
Answer Posted / joydeep
here 2 users will get 2 different instance of the action
class. each one will behave in their way as said in
configuration file.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
How to handle exceptions in structs?
Explain the necessity of empty tag?
What helpers in the form of jsp pages are provided in struts framework?
What do you mean by ognl?
Which technologies can be used at view layer in struts?
How tag libraries are defined in Struts?
What is the purpose of execute method of action class?
What is the purpose of redirect result type?
What is structs 2 validation framework?
What is the difference between forwardaction and includeaction?
What is the difference between plain-validator and field-validator?
what is ACID test for fresh engineers??what is the pattern??
If the framework doesn’t do what I want, can I request that a feature be added?
What configuration changes are required to use Tiles in Struts?
What is the purpose of @emailvalidator?