Tuesday, November 29, 2011

What is the diff between perform() and execute() method?

As per my understanding, both perform() and execute() is the same method with different names. The prior version of struts supported "validate() and Perform()" for your action class whereas the present versions supprots "validate() and Execute()" for validation and execution of the code.
Category:Servlet Interview Questions

No comments:

Post a Comment