JVM stands for Java Virtual Method
B
Correct answer
Explanation
JVM stands for Java Virtual Machine, not Java Virtual Method. It's an abstract computing machine that enables a computer to run Java programs as well as programs written in other languages compiled to Java bytecode. The False option is correct as 'Machine' replaces 'Method'.