How does a JDK work?

Since the JDK supplies the compiler for your Java programs, the JDK you use determines what Java version you are able to code in . For example, if you want to use the newer functional programming features found in Java 8 (like the arrow Lambda operator), then you need at least the Java 8 JDK for compiling.

Read more

What JDK means?

JDK in Java is an abbreviation for Java Development Kit . It is a bundle of software development tools and supporting libraries combined with the Java Runtime Environment (JRE) and Java Virtual Machine (JVM).

Read more