📄️ Java 9 Features Intro
Features in short
📄️ Java Platform Module System
JPMS (Java Platform Module System) is the major enhancement in Java 9.
📄️ Private Methods in Interface – Java 9
Java 9 onward, you are allowed to include private methods in interfaces.