News

The JDK is the development platform for building Java applications. Learn about different JDK versions, then install a JDK in your development environment and use it to compile a Java program.
The next LTS release will be Java 21 in 2023. With JDK 17, Oracle will allow free use of Oracle JDK binaries in production for three years, one year past the next LTS.
JDK 21's virtual threads are a major leap forward for Java's concurrency model. Previously, Java relied on OS threads, which were resource-heavy, limiting how many threads could run concurrently.
Oracle today announced the general availability of JDK 11, the latest update of the reference implementation of the Java SE Platform, and the first Long Term Support (LTS) update under the company's ...