Inside Java

David Delabassee
Inside Java
Último episódio

59 episódios

  • Inside Java

    "Java *is* Memory Efficient" with Ron Pressler [AtA]

    28/05/2026 | 35min
    Java's use of memory, often chided for being excessive, is actually a strength as it trades more memory use for fewer CPU cycles. Java can only make this tradeoff due to its moving garbage collectors, something more memory efficient platforms often cannot. But what's the point in leaving available memory on the table if using it makes your program run faster? Efficient use of that resource wouldn't be to leave it untapped but to use it to speed up the program.
    In this "Ask the Architect" episode of the Inside Java Podcast, recorded during JavaOne 2026, Nicolai Parlog talks to Ron Pressler, Java Architect at Oracle.
  • Inside Java

    "Java Gets Post-Quantum TLS" [IJN]

    18/05/2026 | 4min
    With JDK 27 introducing hybrid key exchange schemes that combine ML-KEM with traditional ECDHE algorithms, Java applications can gain TLS-layer protection against the harvest-now, decrypt-later threat without rewriting business logic.
    In this episode of the Inside Java Newscast, Ana explains post-quantum hybrid key exchange for TLS 1.3 and demonstrates how a Java application can take advantage of it.
    See https://inside.java/podcast
  • Inside Java

    "Make Java Safer with Flexible Constructor Bodies" [IJN]

    05/05/2026 | 7min
    Flexible constructor bodies were added to Java 25 with JEP 513. In this episode of the Inside Java Newscast Billy Korando will review the issues with how constructors used to work before Java 25, either forcing developers to write convoluted code, or in some cases undermining the safety and integrity of child classes. Billy will then cover how flexible constructor bodies address these issues and how Java developers can use them to write safer code and better designed applications.
    Make sure to check https://inside.java/podcast
  • Inside Java

    "Ask the Architects at JavaOne'26" [AtA]

    23/04/2026 | 58min
    In JavaOne 2026's closing session, audience members had the opportunity to ask the Java architects questions. They asked about the state of structured concurrency and Project Babylon, how Java is being developed and the role AI plays in that process, the architects' pet projects, and whether they would ever consider breaking backward compatibility, etc. 
    Make sure to check https://inside.java/podcast
  • Inside Java

    "You Must Avoid Final Field Mutation" [IJN]

    16/04/2026 | 9min
    With JDK 26 / JEP 500 starting to prevent final field mutation through reflection, it is important that Java projects stop employing that practice.
    For more, check https://inside.java/podcast
Mais podcasts de Tecnologia
Sobre Inside Java
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.
Site de podcast

Ouça Inside Java, IA Sob Controle - Inteligência Artificial e muitos outros podcasts de todo o mundo com o aplicativo o radio.net

Obtenha o aplicativo gratuito radio.net

  • Guardar rádios e podcasts favoritos
  • Transmissão via Wi-Fi ou Bluetooth
  • Carplay & Android Audo compatìvel
  • E ainda mais funções
Inside Java: Podcast do grupo