can we change the order of parameters in execute()?
Answers were Sorted based on User's Feedback
Answer / soumya paul
No we can not...There will be no compilation error..but if
you change it,it'll not process the given request.
Is This Answer Correct ? | 17 Yes | 1 No |
Answer / a.kranthi kumar
NO, It is not possibile to change the order because we can override the method from base class ie.. Action Class,So if any changes it may causes errors in our Program
Is This Answer Correct ? | 5 Yes | 2 No |
what is the difference between model1 and model2 architecture in struts?
List some struts tag libraries?
what is project architecture?give brief explanation about project architecture?
3 Answers CTS, Etisalat, IBM, Infinite Computer Solutions, Mphasis,
Can a reducer dispatch an action?
What is the configuration files used in struts?
what is the disadvantages of using DynaActionForm in struts framework?
What is struts2 namespace?
What are the bundled validators?
How exception handling is provided in struts?
What is the purpose of @requiredstringvalidator annotation?
What is the flow of requests in struts based applications?
Can u call Action class methods fro struts-config.xml file?