What is difference between perform() used in struts1.0 and
execute() used in 1.1 ?
Answer Posted / gurmeet singh
In struts1.1, we use perform method ie is deprecated now.
So after struts 1.1 we use execute method
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
State an example of struts configuration file as an action parameter for action servlet.
What is the use of forwardaction?
What's mvc pattern ?
What is the differences between struts1 and struts2?
What are action classes in struts?
Are actions thread safe?
How struts control data flow?
Which configuration files are used in struts?
How client side validation is enabled on a jsp form?
What configurations are stored in struts configuration file ?
Which class of struts is responsible to converts data types from string and vice versa?
Explain the difference between plain-validator and field-validator in struts?
What does execandwait interceptor?
What is includeaction?
Why is it called struts?