Multiple choice technology programming languages

What does validate () method of ActionForm returns?

  1. ActionErrors

  2. ActionForward

  3. ActionMapping

  4. ActionError

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