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 are pull and push mvc architecture and which architecture does struts2 follow?
Does struts include its own unit tests?
What is the purpose of @typeconversion annotation annotation?
How you will enable front-end validation based on the xml in validation.xml?
What is the difference between forwardaction and includeaction?
Explain about how requests from the client are sent?
Why do we need struts?
What is the purpose of @urlvalidator annotation?
What is role of action class?
What is the naming convention for a resource bundle file in struts2?
What is lookupdispatchaction?
What is pojo in struts2?
Difference between struts and spring? Or why use spring, if you are already using struts?
Does Struts2 action and interceptors are thread safe?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?