In a java supplier class named Validations, implement astatic method to perform this validation task:
validate that a String represents 8 symbols, including letters(upper and lower case), numbers, and special symbols like#$&_.
You must use parameter lists and return statements to movedata in and out of these methods. No method in thisclass should use System.out.println or the Scanner class.In other words, no method here should interact with the user
Expert Answer
An answer will be send to you shortly. . . . .