New Features of Java 9
Official Documentation: https://docs.oracle.com/javase/9/index.html Regarding the new features of Java 9, official text: https://docs.oracle.com/javase/9/whatsnew/toc.htm This is just a list, and specific technical details need to be explored based on the official documentation. Modular System The modularization of Java 9 comes from an independent open-source project called Jigsaw. Project Official Website: http://openjdk.java.net/projects/jigsaw/ Why Use Modularization Java developers … Read more