Answer Posted / naresh
Struts frame work is thread safe onle. we can make a struts
as non thread safe using servlet page as Single thread
model,and jsp using the page attribute isThreadSafe.
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
How struts2 supports internationalization?
How do you create message resource?
What are the core components of a struct2 based application?
Do I have to credit struts on my own website?
What are apache struts?
How to display validation errors on jsp page?
Explain how to work with error tags?
Which interceptor is responsible for file upload support?
What is the purpose of @doublerangefieldvalidator?
State an example of struts configuration file as an action parameter for action servlet.
What is the life cycle of actionform?
How is token generated?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
How the exceptions are handled in struts?
Why we use struts over servlets?