Embed presentation
Download to read offline




































































Java 9 introduces several new features including modularity, which addresses issues with Java's classpath by allowing stricter control over dependencies and visibility. It also includes a new shell/REPL tool called jshell for interactive programming, and improvements to the collections API. Project Jigsaw implements modularity through modules that encapsulate internal APIs and enable the creation of customized runtime images using a new tool called jlink.


































































