✏️ Explanatory Question

What is Java Virtual Machine and how it is considered in context of Java's platform independent feature?

👁 2,222 Views
📘 Detailed Answer
💡

Answer with Explanation

When Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte code. This byte code is distributed over the web and interpreted by virtual Machine (JVM) on whichever platform it is being run.