Hey everyone I just started a java programming course and I have no prior programming experience. The course seems to be aimed at people with prior experience in other languages so I'm a bit over my head I think. First obstacle I've hit is packages. I'm a bit confused as to how to save a package in a directory.
This is the first bit of coding, I have saved/compiled and ran it without the "package examples.basics;" as instructed in the course ~But once I add the package to it how exactly do I save it in a directory? Does that package line turn all that code into a package of that name? Do I save that as is, compile it and run it under a different name? I know its basic stuff but the directory business has thrown me off and its not gettin through my thick skull. Be very glad if anyone could explain it to me. Sorry if I'm wasting your time by being an idiot lol.