State true or false :- Java compiler stores the .class files in the path specified in CLASSPATH environmental variable.

A) True
B) False

Showing Answers 1 - 3 of 3 Answers

moutts

  • Apr 26th, 2006
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions