/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mreinhold.org
| | www.morling.dev
9.0 parsecs away

Travel
| | One of the ultimate strengths of Java is its strong notion of backwards compatibility: Java applications and libraries built many years ago oftentimes run without problems on current JVMs, and the compiler of current JDKs can produce byte code, that is executable with earlier Java versions. For instance, JDK 16 supports byte code levels going back as far as to Java 1.7; But: hic sunt dracones. The emitted byte code level is just one part of the story. It's equally important to consider which APIs of the ...
| | www.jcp.org
8.5 parsecs away

Travel
| | [AI summary] This article details JSR 335, a specification proposal by Oracle to add lambda expressions, SAM conversion, and virtual extension methods to the Java Programming Language for Java SE 8.
| | blog.gradle.org
8.5 parsecs away

Travel
| | This post provides an overview of Gradle's Java 9 support, touching on runtime, cross-compilation, MRJARs, and Jigsaw modules support. We've fielded lots of questions since Java 9 was released last month, and decided it best to answer here.
| | javaalmanac.io
22.8 parsecs away

Travel
| Information about Java 15 including documentation links, new APIs, added features and download options.