can we change the order of parameters in execute()?
Answer Posted / sitaram
no. The execute method will be override from super class
(action servlet class). This is the main reason. we can't
change the order of parameters in the execute method.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is action class?
Who makes the struts?
What’s the utilization of resource bundle properties file in struts validation structure?
State the procedure for using forward attribute of link tag’s.
Does Struts2 action and interceptors are thread safe?
Explain the life cycle of a request in struct2 application?
Why are frameworks used?
How properties of a form are validated in Struts?
In struts, how can we access java beans and their properties?
What is request processor and how does it relates to action mapping?
Why use spring, if you are already using struts?
How to display validation errors on jsp page?
What is the purpose of global-forwards tag in struct-config.xml?
What is the difference between plain-validator and field-validator?
How is forward action used for integration?