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
What is the purpose of @stringlengthfieldvalidator annotation?
Briefly tell the two kinds of form beans.
Where can I get a copy of struts?
What do you mean by tiles in struts?
What is role of actionservlet?
What is the difference between requestaware and servletrequestaware interface?
What is interceptor struts2?
Can we integrate struts with spring?
How can we write our own interceptor and map it for action?
How nested beans can be used in Struts applications?
What is actionmapping?
What is the purpose of @conversionerrorfieldvalidator annotation?
Which library is provided by struts for form elements like check boxes, text boxes etc?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What are best practices to follow while developing Struts2 application?