Question: Create a class with three fields Id, Password and Status, create an enum to define the status of passwords with values Old, Used and New.
Create a class with three fields "Id", "Password" and "Status", create an enum to define the status of passwords with values "Old", "Used" and "New".
Get from user path for generated file.
Create a file "passwords.dat". Write the 20 generated class objects, each with a random status and a random string of 30 characters.
After file generation, display all passwords with status "New".(java)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
