Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 880 Bytes

File metadata and controls

16 lines (11 loc) · 880 Bytes

Random_Email_Generator_Minor_Project_Java

This small project is built on Java Oops and demonstrates how to integrate the concepts.

Scenario: You work as an IT support administrator specialist and are responsible for setting up new hires' email accounts.

Your application should do the following :-

1- Generate an email with the following syntax - [email protected]

2- Generate a random string for a password

3- Determine the department (Sales, Development, Accounting),if none leave blank

4- Have set methods to change the password, set the mailbox capacity, and define an alternate email address.

5- Have get methods to display the name, email, and mailbox capacity.