You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of students in the 2020 Java Launchcode session had issues with packages while doing the exercises and studios (e.g. they will put their code in package A.B.C.myCode in the folder structure, but their package line in their code says "package myCode;") I see very little of it mentioned in the courseware (right here: https://education.launchcode.org/java-web-development/chapters/data-types/exercises.html#creating-a-package-and-classes) - shouldn't there be a little bigger discussion on it?
A couple of students in the 2020 Java Launchcode session had issues with packages while doing the exercises and studios (e.g. they will put their code in package A.B.C.myCode in the folder structure, but their package line in their code says "package myCode;") I see very little of it mentioned in the courseware (right here: https://education.launchcode.org/java-web-development/chapters/data-types/exercises.html#creating-a-package-and-classes) - shouldn't there be a little bigger discussion on it?
Here is a discussion that is pretty good:
https://www.geeksforgeeks.org/packages-in-java/