Answer Posted / shakthi kumar
Action class is not thread safe, multiple threads will be
created for multiple requests to execute method, there is
no point in creating instance for each request. Also,
Action class is not a servlet, it just acts as an
intermediate between your business delegator (Action
Servlet) and your business layer only if designed properly.
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between dispatchaction and lookupdispatchaction in struts?
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
How many struts config file in a struts application?
Why do we need struts?
What configuration files are used in struts?
What is http redirect?
How is forward action used for integration?
How we can configured action mapping in struts?
Give the details of xml files used in validator framework?
Name the different types of actions found in struts.
What is the apache struts vulnerability?
What is the purpose of redirect result type?
What are the aware interfaces in struts2?
Which tag is used to declare constants in struts xml?
What are pull and push mvc architecture and which architecture does struts2 follow?