Question 5-2

What does a .class file contain?

Solution

A .java file contains Java source code. When compiled, the compiler produces a .class file containing the corresponding machine code for the Java Virtual Machine (JVM).

Back to Review for Quiz 5