

We should note that before this long-running project, there were JDK Release Projects that released one feature and were then discontinued. And, just like for Oracle, the JDK Project will also deliver new feature releases every six months. For Java 11, long-term support will not be provided by Oracle for the public instead, the broader OpenJDK community, as. Initially, it was based only on the JDK 7, but since Java 10, the open-source reference implementation of the Java SE platform is the responsibility of the JDK Project. We should emphasize that OpenJDK is an official reference implementation of a Java Standard Edition since version SE 7.

Note: the versions in italics are no longer supported.

Let's take a look at the Java SE history: Oracle strongly recommends using the term JDK to refer to the Java SE (Standard Edition) Development Kit (there are also Enterprise Edition and Micro Edition platforms). It's thus named because it contains more tools than the standalone JRE, as well as the other components needed for developing Java applications. It contains a complete Java Runtime Environment, a so-called private runtime. JDK (Java Development Kit) is a software development environment used in Java platform programming.
