Preview Mode Links will not work in preview mode

Inside Java is a podcast for Java Developers brought to you directly from the people that make Java at Oracle. We'll discuss the language, the JVM, OpenJDK, platform security, innovation projects like Loom and Panama, and everything in between.

Jan 8, 2024

The Foreign Function and Memory API will be finalised in JDK 22. This API helps you integrate native code within your Java program. 

Using this new API you can efficiently invoke code outside the JVM, safely access memory not managed by the JVM, call native libraries and process native data without the brittleness...


Apr 25, 2023

Sequenced Collections, targeted for JDK 21, are a new collection type created to represent a sequence of elements with a defined encounter order.

Ana recorded this episode with Stuart Marks, the owner of JEP 431 about Sequenced Collections. Stuart discusses the essence of Sequenced Collection interfaces, what needs...


Mar 21, 2023

Preview Features have been essential to the delivery of Java for the past 5 years, and Java 20 is no exception with second previews of both Virtual Threads and the Foreign Function & Memory API.

Chad discussing the importance of Preview Features with Alex Buckley, as well as an Informational JEP that added some...


Jan 12, 2023

Helidon Níma is the first Java microservices framework built from the ground up on virtual threads.

David recorded this episode with Tomas Langer, the Helidon architect. Tomas discusses virtual threads from a framework developer point of view. He explains Níma, its architecture and how virtual threads fit in. He also...


Dec 23, 2022

In this episode, David discusses with Gavin Bierman, the latest evolution in the Java Language. In addition to being a regular guest on this podcast, Gavin spends most of his time on designing new Java language features.

They are chatting about Project Amber's latest features related to Pattern Matching but also the...