Multiple choice technology web technology

What are the methods Action Form has ?

  1. validate()

  2. reset()

  3. validate() & reset ()

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

ActionForm defines two key lifecycle methods: validate() for validating form inputs and reset() for resetting form properties to default values. Both methods are called by the controller at appropriate times - validate() before action execution and reset() before form population.