Project Aim
IT Support Administrator Specialist are charged with the task of creating email accounts for new hires. Steps of Development:
- Project Setup
- Basic concepts of Java
- Accessing classes and methods in Java
- File handling in Java
- Creating single executing JAR file
Application Requirements:
-
Generate an email with the following syntax: '[email protected]'
-
Determine the department ( Sales, Development, Accounting) if none, leave them blank.
-
Generate a random String for a password
-
Set methods to change the password, set the mailbox capacity and define an alternate email address.
-
Get methods to display the name, email, and mailbox capacity
-
File handling methods to store the data into .txt file.
Tools required: 1. JDK 2. IDE