drahul
12-30-2004, 10:53 AM
I got this basic question ??
When i compile a program containing references to external objects returns no error in C or C++ ., (ie compilation succeeds with the declaration part without the definition) . the definition is resolved only during Linking !
But the same case fails when i compile a java code. Its requires all the class files in the classpath during complilation.
How does it work in Java ?
When i compile a program containing references to external objects returns no error in C or C++ ., (ie compilation succeeds with the declaration part without the definition) . the definition is resolved only during Linking !
But the same case fails when i compile a java code. Its requires all the class files in the classpath during complilation.
How does it work in Java ?