abstract machine in Java.
Answers
Answered by
5
JVM (Java Virtual Machine) is an abstract machine. It is a specification that provides runtime environment in which java bytec.ode can be executed. JVMs are available for many hardware and software platforms.
Answered by
4
→ Answer
Abstract machine
An abstract machine is a model of a computer system (considered either as hardware or software) constructed to allow a detailed and precise analysis of how the computer system works.
Abstract machines that model software are usually thought of as having very high-level operations.
Similar questions