JDK vs JRE vs JVM
tags :
JDK vs JRE vs JVM #
JRE is implementation of JVM.
Let’s look at some of the important differences between JDK, JRE, and JVM.
JDK is for development purpose whereas JRE is for running the java programs.
JDK and JRE both contains JVM so that we can run our java program.
JVM is the heart of java programming language and provides platform independence.


OCR of Images #
2023-04-03_13-21-02_screenshot.png #

Relationship between. JVM, JRE, andJDK. JDK JVM - JRE Class Libraries Compilers Debuggers JavaDoc Relationship between JVM,JRE, and JDK
2022-02-21_11-34-48_screenshot.png #

SET OF LIBRARIES Eg - rt.jar etc. DEVELOPMENT TOOLS Eg- -javac, java, etc. JVM OTHER FILES JRE JDK
2023-04-03_13-22-06_screenshot.png #

Java Java Java JVM Machine CPU Output Program Compiler Bytecode Code Working ofJava Program