9 AM – Intro To Java
9 AM – Intro To Java
Homework: After login is successful, present this menu to user Login successful 1. Inbox 2. Create a new email Please enter your selection: 2 CREATE NEW EMAIL To: bill@gmail.com Subject: Bill youRead More...
Homework: After login is successful, present this menu to user Login successful 1. Inbox 2. Create a new email Please enter your selection: 2 CREATE NEW EMAIL To: bill@gmail.com Subject: Bill youRead More...
We added a feature to save Accounts to file. Homework: Complete last week homework. When creating a new email, from the "To" email, you have to find existing account that match withRead More...
We added a feature where we store messages to messages.json after user created an email. Homework: Inside run() in the very beginning of the method, call "readMessagesFromFile();" . This way all messagesRead More...
We completed Email program in Java. We reviewed the use of open-source Jackson JSON library. Homework: Review Email program that we have done and come up with questions. Make sure you guysRead More...