What is JVM and is it platform independent?
Ask by Hemant Patel
Updated 22 Sep 2020
JVM (Java Virtual Machine) is an abstract machine, which is a specification that provides a runtime environment in which Java bytecode(.class files) can be executed.
No, JVM is not platform independent. It depends on your kernel, and the Kernel differs from Operating System (OS) to OS.