Hi,
Consider these two classes, ClassA and ClassB. ClassA has a reference to ClassB.
According to a book I am reading when I compile ClassA.java with javac ClassA.java, the
Java compiler will compile ClassB.java as well automatically because ClassA has a reference to it.
I have tried this and it doesn't seem to be the case.
Can anyone confirm this ?
Cheers
Finner