Styrow.dev
Question 27 of 247
Java Topic: General medium

What is difference between Path and Classpath?

Question

What is difference between Path and Classpath?

Answer

Path and Classpath are operating system level environment variales. Path is defines where the system can find the executables(.exe) files and classpath is used to specify the location of .class files.