can we change the order of parameters in execute()?

Answers were Sorted based on User's Feedback



can we change the order of parameters in execute()?..

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

can we change the order of parameters in execute()?..

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

can we change the order of parameters in execute()?..

Answer / 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

can we change the order of parameters in execute()?..

Answer / abhishek.cusat.it2007

Yes you can do ...

Is This Answer Correct ?    4 Yes 14 No

Post New Answer

More Struts Interview Questions

What is difference between actionform and dynaactionform?

0 Answers  


Why is it called struts?

0 Answers  


can anybody tell.what is the difference between Forward Action and Action Forward?

2 Answers   Polaris, TCS,


whats is mean Actionerrors and Actionerror?

5 Answers   Wipro,


In web.xml file instead of *.do can i write *.ibm, Specify with example

13 Answers   IBM,






What is the use of forwardaction?

0 Answers  


Define struts?

0 Answers  


What is the default suffix for Struts2 action URI and how can we change it?

0 Answers  


how does request processor relates to action mapping?

0 Answers  


List some bundled validators?

0 Answers  


What is struts in java with example?

0 Answers  


what are the actions in struts?

10 Answers   Nihilent, Wipro,


Categories