Skip to content

A basic Java project focused on applying object-oriented design in a real world application.

Notifications You must be signed in to change notification settings

KrishGaur1354/Email-Administration-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email-Administration-Application

A basic Java project focused on applying object-oriented design in a real world application.

Project Aim

You are an IT Support Administrator Specialist and are charged with the task of creating email accounts for new hires.

Your application should do the following:

  • 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

CODE :

MAIN CODE :

mains

APPLICATION CODE :

app1 app2 app3

OUTPUT APPLICATION :

out

CONNECT WITH ME :

About

A basic Java project focused on applying object-oriented design in a real world application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages