RE: State true or false :- Java compiler stores the .c...
classpath variable is generally to tell the jvm where to look for user defined classes and other necessary jars to be used to compile the Java class not necessarly to create the .class file. You can use javac -d option or predefined settings to create the .class files in any directories. so i believe the answer should be FALSE