Find your next favorite book
Become a member today and read free for 30 daysStart your free 30 daysBook Information
Java - VIRTUAL MACHINE
By Preeti Man
Book Actions
Start Reading- Publisher:
- mehra
- Released:
- Nov 8, 2018
- ISBN:
- 9788829546701
- Format:
- Book
Description
Book Actions
Start ReadingBook Information
Java - VIRTUAL MACHINE
By Preeti Man
Description
- Publisher:
- mehra
- Released:
- Nov 8, 2018
- ISBN:
- 9788829546701
- Format:
- Book
About the author
Related to Java - VIRTUAL MACHINE
Book Preview
Java - VIRTUAL MACHINE - Preeti Man
compilers?
Java Virtual Machine from Sun
Java Virtual Machine
Java Virtual Machine (JVM) - A program that runs under an operating system and interprets Java programs. The Java Virtual Machine ideally will not allow any harm to come to the computer because it has no control of the operating system and acts as if it is a separate computer. Thus, if a malicious Java program were to crash the Java Virtual Machine the operating system would remain stable. Another advantage of this mechanism is that different OSes can have their own Java Virtual Machines that should act identically. Thus Java should be able to be run across different platforms easily with no code changes. In the real world, however, this is not always the case.
The Java virtual machine (JVM) is the cornerstone of the Java and Java 2 platforms. It is the component of the technology responsible for