Statement: Java compiler stores .class files in path specified in CLASSPATH environment variable
My question is if above is true then when we compile any java file we find the.class file in that folder where .java file resides
Then how fisrt statement is true and why both statement arent contradicting?