« All Events
10 AM – Intro To Java
October 2, 2021 @ 10:00 am - 11:00 am
Today We Do
- We continued with EmailApplication project.
- We added login feature where the application will check user email and password if it match the one inside the system.
- We displayed Login menu when email and password have been verified.
Homework
- Create a new class EmailMessage.java which will contain the following attributes: senderEmail, destinationEmail, subject and content.
- Inside EmailApplication.java, create a new HashMap<String, EmailMessage> to store email messages.
- When user create a new email get inputs from user and store the email message inside the newly created HashMap<String, EmailMessage>
-
Please select from below:
1. Check your inbox
2. Create new email
3. Logout
Enter your selection:2
COMPOSE NEW EMAIL
Send To: john@ayclogic.com
Subject: Don't forget to study for final Exam next week
Content: Hi John, next week we have Java final Exam in AYCLOGIC, don't forget to study
Email is sent successfuly sent to john@ayclogic.com