Moderate

After the compilation of the java source code, which file is created by the JVM ?

Correct answer: A. .class

  • A. .class
  • B. .doc
  • C. .java
  • D. .cdr

Explanation

The Java compiler converts source code into bytecode stored in a .class file, which the JVM later loads and executes. The .java file is the source file, not the compilation output.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions