News

JEP 476, Module Import Declarations (Preview), was integrated into JDK 23. This preview feature proposes to enhance the Java programming language with the ability to succinctly import all of the ...
Java 23 extends import and patterns, but dispenses with string templates In addition to enhanced preview features such as the Class-File API, the JDK brings innovations in pattern matching and ...
Module import declarations, which was previewed in JDK 23 and JDK 24, enhances the Java language with the ability to succinctly import all of the packages exported by a module.