This is a basic Java project focused on applying object-oriented design in a real world application.
IT Support Administrator Specialist and are charged with the task of creating email accounts for new hires.
- Project Setup
- Basic Fundamental concepts in Java
- Accessing Classes and methods in Java
- File handling in Java
- Creating single executing JAR file.
- Generate an email with the following syntax: firstname.lastname@department.company.com
- Determine the department (sales, development, accounting), if none leave blank.
- Generate a random String for a password.
- Have set methods to change the password, set the mailbox capacity, and define an alternate email address.
- Have get methods to display the name, email, and mailbox capacity.
- Have file handling methods to store data into .txt file.
- JDK
- IDE(vs code, Intellij, Eclipse)