Q4 Single choice Flag Which statement about using validators is true? A You must directly invoke the validate method for each Validator object B You may validate using static methods of the Validator class instead of using a Validator object C A Validator object may be used for only one field D You can invoke all validation tests using the validateAll method of the Validator class Correct answer