Multiple choice

Select the correct characteristic of JVM?

  1. JVM is platform independent.

  2. JVM is platform dependent.

  3. JVM is responsible for generating byte code.

  4. JVM generates .class files.

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JVM is platform dependent and each OS has different types of JVM.