What’s new in
#Java23?
youtu.be/mSYA3cZ5o6c
Did you know that with “Module Import Declarations”, you can use a single statement, `import module java.base`, to import all of the packages that are exported by `java.base`, such as `java.util`, `
java.io`, and many more? Isn’t that short and sweet?
Learn more about this feature and how it helps you reuse modular libraries in the latest episode of JEP Explained, where
@eMalaGupta discussed JEP 476 with
@GavinBierman, Programming Language Designer at Oracle.