I am having an argument with my professor which I cant seem to find an answer to in google... My question is, when I use a method that is in another class, the JVM will try and find the class's .class file right? and the argument is this: if the .class file is not found will there be a search for the source file and if found it will be recompiled or will it throw an exception? Thanks!
UPDATE: I rephrased the question, I will be very grateful for your help!