What does validate () method of ActionForm returns?

  1. ActionErrors

  2. ActionForward

  3. ActionMapping

  4. ActionError


Correct Option: A
Explanation:

To answer this question, the user needs to know about the validate() method of ActionForm in Java.

The validate() method of ActionForm is used to validate the form data submitted by the user. It returns an object of the ActionErrors class, which contains a list of errors that occurred during the validation process.

Therefore, the correct answer is:

The Answer is: A. ActionErrors

Find more quizzes: