Hey, I just recently finished my CS class and so I started going out and trying to learn a few various things that the course didn't touch on at all. The one huge problem that I'm having is that, in the course, it never showed how to use more than one .class file; because of this any lengthy program that I write is one huge .java file with up to a dozen different classes all mashed together.
I've attempted to look up how to work with multiple class files but I haven't found any decent links or instructions. Basically, I want to be able to have each class in it's own file which can be accessed by any other class in any other file that I write. If anyone has a minute or two to direct me to a tutorial or even explain it, that would be a huge help!