Compiler searches for the class files in few directories. These directories are known to the compiler based on
Answers
Answered by
4
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
The compiler searches for class files first in the bootstrap and extension classes, then in the user class path (which by default is the current directory). The user class path is defined by setting the CLASSPATH environment variable or by using the -classpath command line option.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Answered by
1
Answer:
Class path
Explanation:
Similar questions