- This event has passed.
9 AM – Intro To Java – Gamas
April 23, 2022 @ 9:00 am - 10:00 am
Homework
- Create a method initializeEmailAccounts(). This method should add 3 email accounts to accountMap. Call this method inside the run() .
- Create a new class EmailMessage.java and this class should have the following attributes: String senderEmail, String destinationEmail, String subject, String emailContent.