Java Basics Summary 01:jdk and JRE overview

Source: Internet
Author: User

1) JRE (Java runtime Environment,java Runtime Environment)

including Java virtual machines (JVM Java) and the core class libraries required by Java programs, if you want to run an already developed Java program, you only need to install the JRE on your computer.

2) JDK (Java Development Kit,java Development Kit)
The JDK is available to Java developers, which includes Java development tools and the JRE. So with the JDK installed, you don't have to install the JRE separately. Development tools: Compilation Tools (Javac.exe) packaging Tools (Jar.exe), etc.

3) The role and relationship of JDK,JRE,JVM

① effect
JVM: Securing the Java language across platforms
Jre:java the operating environment of the program
Development environment of Jdk:java program
② relationship
jdk:jre+ Tools
jre:jvm+ Class Library

Note: In simple terms, Java programs developed with the JDK are delivered to the JRE to run.

Java Basics Summary 01:jdk and JRE overview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.