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

Describe validate() and reset() methods.

0 Answers  


What are action errors?

0 Answers  


How to carryout the validations in struts if the validator frame work cant handle the validation

2 Answers   Syntel,


How can I make own ActionServlet? with example

8 Answers   IBM, TCS,


How to build struts application in eclipse?

0 Answers  






What are the 5 constants of action interface?

0 Answers  


How is declarative handling of exceptions done in struts ?

0 Answers  


How struts2 supports internationalization?

0 Answers  


Explain about the process of functioning of the struts program?

0 Answers  


How we can install struts?

0 Answers  


What are the features of struts 2?

0 Answers  


Which interceptor is responsible for i18n support?

0 Answers  


Categories