BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210617T180000
DTEND;TZID=America/Los_Angeles:20210617T190000
DTSTAMP:20260429T023820
CREATED:20210619T044123Z
LAST-MODIFIED:20210619T044123Z
UID:8177-1623952800-1623956400@www.ayclogic.com
SUMMARY:6 PM - Intro To Java
DESCRIPTION:We continued learning about Java Map/HashMap:\n\nWe learned how to check if a key exists inside a map by using “containsKey()”\nWe enhanced SchoolApplication to use Map/HashMap to find teacher more efficiently: Look at https://drive.google.com/drive/u/0/folders/1r-lCQqSdCloTQeSJEs5lJxkqMzCBtokL for the most updated code.\n\n\nHomework:\n\nWe did findTeacherUsingMap() in the class. Do the same thing for student\n\nAdd studentMap as one of SchoolMainApplication.java class attribute.\nInside createStudent()\, add the new Student into studentMap map.\nAdd findStudentUsingMap() method similar to findTeacherUsingMap().\nUse this findStudentUsingMap() when user choose option “3”\, find student.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR