Computer Science, asked by udithbunny8, 1 month ago

Compiler searches for the class files in few directories. These directories are known to the compiler based on​

Answers

Answered by nancy359
4

\boxed {\boxed{ { \green{ \bold{ \underline{Verified \: Answer \: }}}}}}

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

 \bigstar{\underline{\underline{{\sf\ \red{ ANSWER:-}}}}}

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 hitmaner11
1

Answer:

Class path

Explanation:

Similar questions