Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Read a file that contains multiple sets of passwords (use http://www.theonegenerator.com/ to generate a set of test data) 2. Verify that the password contains all
Read a file that contains multiple sets of passwords (use http://www.theonegenerator.com/ to generate a set of test data)
2. Verify that the password contains all of the following criteria: 1. A number 2. A letter 3. Special character (! @ #)
3. Create three User Defined Exceptions for the corresponding criteria.
4. If the password does not meet the criteria, create and throw the appropriate exception
In Java-
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started