Multiple choice technology programming languages

JVM is vendor dependent

  1. Not vendor dependent

  2. Completely vendor dependent

  3. Partial vendor dependent

  4. None of these

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

JVM (Java Virtual Machine) implementations ARE vendor dependent - each vendor (Oracle, IBM, OpenJDK, etc.) has their own implementation of the JVM specification. However, they all must comply with the same specification to ensure bytecode compatibility. Option A incorrectly suggests independence from vendors.