The validate() method in Struts ActionForm has the signature validate(ActionMapping mapping, HttpServletRequest request). It receives the mapping configuration and the current request to perform validation on form data. Option C correctly shows ActionMapping first, then HttpServletRequest.