Q:
What is difference between Path and Classpath?
Answer
PATH and CLASSPATH are operating system level environment variables. PATH is used to define where the system can find the executables (.exe) files whereas CLASSPATH is used to specify the location of .class files.
View answer
Workspace
Report Error
Discuss