Classpath & Path variables are set on machine in order to run java programs - Java
Q. Which environment variables are to be set on the machine in order to run the java programs?- Published on 16 Jun 15a. java.util package
b. Classpath and Path
c. java.lang
d. java.util.io
ANSWER: Classpath and Path
If the classpath and the path are not set the java programs cannot run as expected.