Java question from a noob | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Java question from a noob

I'm a designer and I design + develop websites, venturing in the world of Java so excuse my dumb question(s). I can't get my head around what JDK. JRE and JVM is. I've read various stuff online but I'm still hazy on the whole thing. Can someone explain it in laymans terms

20th Nov 2016, 5:03 PM
Fatma Shareef
Fatma Shareef - avatar
3 Answers
+ 10
JDK - Java Development Kit is what enables you to compile your Java programs, i.e. make them into an executable application. JRE - Java Runtime Environment, its a program on the computer that runs your executable application you made. JVM - it's the core thing that enables the JRE to run your executables.
20th Nov 2016, 5:30 PM
asdadasdsaczxc
0
JVM = Java Virtual Maschine i guess.
17th Mar 2017, 12:50 PM
Ricc Weltenbummler
Ricc Weltenbummler - avatar
- 1
Thankyou so much 👍👍👍
20th Nov 2016, 5:40 PM
Fatma Shareef
Fatma Shareef - avatar