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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!