Computer Applications
What is Java Virtual Machine (JVM)?
Java Intro
169 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
108 Likes