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 execute method in struts?
What validate() and reset() method does ?
What is spring and struts in java?
What is the purpose of @before?
What is the purpose of form-be tag in struct-config.xml?
How can we group related actions in one group in Struts?
Are actions thread safe?
What is the difference between shocks and struts?
What is dispatch action class?
How can we display all validation errors to user on jsp page?
What is struts actionmapping?
What is the forward action utilized for?
What is the purpose of redirect result type?
What is the procedure of operation of a form tag?
Which interceptor is responsible for file upload support?