+ 2
Why we have to set path in java
why we have to set environment variable
1 Answer
+ 2
Path variables are global variables which can be called from any directory any location. That's why we have to add java in the path variable so that we can call java compiler from anywhere.