Which method is necessary for Action class?
-
valuator()
-
reset()
-
execute()
-
findForward()
C
Correct answer
Explanation
In Apache Struts framework, actions typically extend an Action class and override the execute() method to handle business logic and request processing. The other options are not standard required methods for the base Action class.