multiple instances for action class is it possible
Answer Posted / yuga.reddi08
no,Action class is Thread Safe i.e request Processor
creates only one instance for one Action class and one
apllcation..
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is meant by custom tags?
What is s token?
Can we have multiple struts config files in a single web app?
Explain about the
How we can controlled duplicate form submission in struts?
What is the use of jsonvalidation in struts?
What is the use of namespace in action mapping in Struts2?
What is the purpose of @urlvalidator annotation?
What is Custom Type Converter in Struts2?
Does apache tomcat use struts?
How struts2 supports internationalization?
What are the differences between http direct and http indirect?
How can we display validation errors on jsp page?
Explain about logic match tag?
Does Struts2 action and interceptors are thread safe?