KnowledgeBoat Logo
|

Computer Applications

What is Java Virtual Machine (JVM)?

Java Intro

170 Likes

Answer

Java Virtual Machine (JVM) is a software that takes Bytecode as input, converts it into Machine code of the specific platform it is running on and executes it. JVM is platform specific, each platform has its own JVM.

Answered By

109 Likes


Related Questions