Multiple choice technology

Which method is necessary for Action class?

  1. valuator()

  2. reset()

  3. execute()

  4. findForward()

Reveal answer Fill a bubble to check yourself
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.