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

Java SE Components

Java SE, or Java Platform Standard Edition, is used for developing and deploying Java applications on desktops and servers. The main components of Java SE include the Java Development Kit (JDK), which contains the Java Run-time Environment (JRE) and development tools, and the Java Run-time Environment (JRE), which provides the necessary environment for executing Java applications. The JDK includes the Java compiler, debugger, and APIs, while the JRE consists of the Java Virtual Machine (JVM) and core classes.

Uploaded by

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

Java SE Components

Java SE, or Java Platform Standard Edition, is used for developing and deploying Java applications on desktops and servers. The main components of Java SE include the Java Development Kit (JDK), which contains the Java Run-time Environment (JRE) and development tools, and the Java Run-time Environment (JRE), which provides the necessary environment for executing Java applications. The JDK includes the Java compiler, debugger, and APIs, while the JRE consists of the Java Virtual Machine (JVM) and core classes.

Uploaded by

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

Java SE Components

Let’s understand the high-level Java SE components in this tutorial. Java SE stands for Java Platform,
Standard Edition (Java SE). It lets us develop and deploy Java applications on desktops and servers.

Java SE Components

Java SE components are as follows:

 Java Development Kit (JDK)

 Java Run-time Environment (JRE)

 Java Virtual Machine (JVM)

JDK( Java Development Kit )

The JDK is the superset. It includes the Java Run-time Environment ( JRE ), the Java compiler,
debugger, and Java APIs. The JDK is a development environment for building Java applications using
the Java Programming Language. JDK contains everything that will be required to develop and run a
Java application. It contains the JRE and development tools like compiler (javac), Java application
launcher (java.exe), java debugger, etc.

Steps to install JDK:

https://www.testingdocs.com/download-and-installing-java-jdk/

JRE( Java Run-time Environment )

The Java Run-time Environment, also known as Java Run-time, is part of the Java Development Kit
(JDK), a set of programming tools for developing Java applications. The Java Run-time Environment
provides the minimum requirements for executing a Java application; it consists of the Java Virtual
Machine (JVM), core classes, and supporting files.

You might also like