0% found this document useful (0 votes)
123 views1 page

Java Virtual Machine PDF

The Java Virtual Machine (JVM) allows Java source code to run on different platforms. The JVM converts Java source code into bytecode via a compiler. It then executes the bytecode, with the help of a Java Runtime Environment that provides core classes and libraries, allowing Java programs to run on any device that supports the JVM.

Uploaded by

King Shawdown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views1 page

Java Virtual Machine PDF

The Java Virtual Machine (JVM) allows Java source code to run on different platforms. The JVM converts Java source code into bytecode via a compiler. It then executes the bytecode, with the help of a Java Runtime Environment that provides core classes and libraries, allowing Java programs to run on any device that supports the JVM.

Uploaded by

King Shawdown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

JVM

JAVA VIRTUAL MACHINE

SOURCE CODE
the source code is the fundamental component of a computer
program that is created by a programmer, it can be read and esality
understood by a human being.

COMPILER
javac is the standard java compiler and port of the java
development kit.it creates bytecode for the java virtual machine
from valid java code.

BYTE CODE
avac is the standard java compiler and port of the java development
kit.it creates bytecode for the java virtual machine from valid java
code.

JAVA RUNTIME ENVIRONMENT (JRE)


is a set of sotfware tools for development of java applications. it
combines the java virtual machine . plataform core classes and
supporting libraries.

JAVA DEVELOPMENT KIT


is a software development envionment thtat offers a collection of
tools and libraries neccesar for developing java applications. you
need the JDK to convert yoyr source code into a format that the java
runtime environment (JRE) can execute.

BY: DANIEL CASTILLO ADSI 2057766

You might also like