Why Java is called a virtual machine?
Answers
Answered by
2
_________________________________
Java is a software but it works as a processor check to convert source code to byte code. But in real there is no need of any hardware for Java. That's why Java is also called JAVA VIRTUAL MACHINE (JVM).
_________________________________
Answered by
0
JAVA
The virtual machine creates an independent platform on top of the operating system. The JVM is a "simulated machine" that can be installed on different systems. In this way, the same Java code can run on different systems, because it relies on the JVM, not on the operational system itself.
Similar questions