Best of JDKMarch 2024

  1. 1
    Article
    Avatar of javaworldJava World·2y

    JDK 23: The new features in Java 23

    JDK 23, the next version of standard Java, is scheduled to be released on September 19. It will include a class-file API for parsing, generating, and transforming Java class files. Other potential features include primitive types in patterns, improved constructors, string templates, stream gatherers, scoped values, and more.

  2. 2
    Article
    Avatar of inside_javaInside Java·2y

    Sip of Java – Inside.java

    JDK 22 is set to be released with final and preview features including enhancements for garbage collection, native libraries, unnamed variables and patterns, multi-file source-code programs, and more.

  3. 3
    Article
    Avatar of inside_javaInside Java·2y

    Modern Java in Action – Inside.java

    A presentation about Modern Java in Action that covers various topics such as virtual threads, pattern matching, and structured concurrency. The end result is a GitHub Crawler with several Java features.