What Can We Expect In OpenJDK 19?
Although the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!

Miro Wengner
6,321 viewsAlthough the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!
Carl Dea
11,252 viewsBy exposing native Rust functions, you can be easily accessed from Java code using Project Panama's Foreign Function Access APIs.

Carl Dea
8,294 viewsHow can you, as a Java developer, execute Python script code and access 3rd party Python libraries, such as Tensorflow?

Carl Dea
6,883 viewsJava Panama Polyglot series: quick tutorials or recipes on how to access native libraries written in other languages! Today we'll see swift!

Carl Dea
12,684 viewsJava Panama Polyglot series: quick tutorials or recipes on how to access native libraries written in other languages!

Carl Dea
17,145 viewsimagine C code capable of performing a computation and after its completion the C code will notify Java code to perform updates to JavaFX …

Nicolas Frankel
3,695 viewsI'm afraid the deprecation of the Security Manager just added several lines to that risk, all linked to running untrusted code.
Brian Vermeer
6,120 viewsThe Java 17 LTS release brings you significant improvements to prevent malicious deserialization in your java applications.

Mala Gupta
7,346 viewsIn this article, I will limit the coverage of Java 17 to its language features – Sealed Classes and Pattern Matching for switch.
Peter Firmstone
9,794 viewsJava, like most platforms or languages has layers of security, this article lookS at the Authorization layer and how JEP 411 relates to it.