|
You are here |
ryanharter.com | ||
| | | | |
blog.scaledcode.com
|
|
| | | | | A dive into chapter eleven of Effective Java | |
| | | | |
mydeveloperplanet.com
|
|
| | | | | The 14th of September Java 17 was released. Time to take a closer look at the changes since the last LTS release, which is Java 11. A short introduction is given about the licensing model and after that, some of the changes between Java 11 and Java 17 are highlighted, mainly by means of examples.... | |
| | | | |
shpota.com
|
|
| | | | | I like Kotlin for its expressiveness. Its interoperability with Java allows the developer to easily use the existing Java ecosystem while enjoying a modern l... | |
| | | | |
in.relation.to
|
|
| | | Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe... | ||