what is different b/w jdk and jre | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is different b/w jdk and jre

6th Sep 2016, 8:49 AM
Abdul Jabbar
Abdul Jabbar - avatar
4 Answers
+ 11
jdk is the development kit that a programmer uses to make java programs. Jre is the runtime environment that interprets the compiled java program and translates it to be compatible with the end users computer.
6th Sep 2016, 9:31 AM
Alex Wood
Alex Wood - avatar
+ 3
A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java program. There are three notions of the JVM: specification, implementation and instance. The specification is a document that formally describes what is required of a JVM implementation.
6th Sep 2016, 9:00 AM
saranya.v
saranya.v - avatar
0
well it is quite simple no need to be confuse about it.Basically jre is an software which will interprets Java program into machine code n vice versa.Jdk is a part of jre only. you can also say jre is a like book n jdk is content of that book.
10th Nov 2016, 4:47 PM
Senpai Anubhav
Senpai Anubhav - avatar
0
jdk is Java development kit and jre is one component of jdk which converts byte code into machine code
13th Dec 2016, 12:03 AM
Shubham Rana
Shubham Rana - avatar