What is JVM?
- Sharad Jaiswal
- 22nd Feb, 2018
1 answer(s) :
-
Reply
"
The Java Virtual Machine or JVM in short form is a virtual machine interface or abstract machine that drives the java code. In a simple term, Java Virtual Machine is the driving force of java code. In most programming languages, the translator called the compiler generates code for a specific system. However, it is a java compiler that produces or generates bytecode for JVM. The bytecode is generated when a java program is compiled and can effectively run on every kind of platform. Bytecode acts in the middle of the java code and the host system as an intermediary language.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Anil Saini
18th Feb, 2020