- This event has passed.
10 AM – Intro To Java
September 18, 2021 @ 10:00 am - 11:00 am
Today We Do
- We continued using HashMap in SchoolApplication.
- We learned to find thing using HashMap is much more efficient than finding a student or teacher using List.
Homework
- Review codes below in SchoolApplication and come up with questions next week:
- addNewStudent()
- findStudent()
- listAllStudents()
- findStudentByHashMap()