I am a beginner to java, and as I was reading my textbook I got confused....so I'm here.
It says you can create your own classes which define methods, then you can write a separate code which invokes that new class you created and creates objects with reference to the new class. My question is, in my book they are shown in two files...how do you connect the two so the code knows where the class info is? Make sense?