hi
What is difference between Path and Classpath?
thanks
Hi,
The Path & Classpath are used for operating system level environment variales. We mostly use Path to define the system from where it can find the executables(.exe) files and classpath is used to specify the location .class files.
Fore more details on Path & Classpath variables.