JRE (Java Runtime Environment) is used to run Java applications. JDK (Java Development Kit) includes the JRE plus development tools like the compiler (javac) and debugger.
← Java theorytheory 0/50 · 0%
Fundamentals · easy
2. JRE vs JDK
Distinguishing between runtime and development kits.
Check your understanding
1. Which one is needed to compile Java code?
2. Does JDK include JRE?