Which type of file does the JVM generate after compiling Java source code?
Explanation
The Java compiler produces a .class file containing bytecode, which the JVM executes. Other file types like .doc, .java, or .cdr are not generated during this process.