Which type of file does the JVM generate after compiling Java source code?

Choose the correct answer

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.

Which type of file does the JVM generate after compi… — Java concepts and its programming | PakQuizHub