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
Is struts efficient?
Why use struts framework in java?
What are Struts2 core components?
What steps are required to for an application migration from Struts1 to Struts2?
What is validate() and reset() functions?
What is the purpose of @result annotation?
What is ognl?
What do you mean by struts.dev mode?
What is the purpose of execute method of action class?
What is difference between interceptors and filters?
What are the two types of validations supported by validator framework?
Is struts action class singleton?
In which method of action class the business logic is executed?
What is apache struts vulnerability?
Who makes the struts?