Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1.52 KB

README.md

File metadata and controls

58 lines (51 loc) · 1.52 KB

JDK 9 Demo

Things you get for free:

  • Better use of memory
  • Better use of hardware
  • Better documentation
  • Improved performance
  • Faster compilation

Features:

  • Jigsaw
  • Jshell - REPL
  • New methods in Stream API
  • Reactive API are a part of jdk
  • Factory methods in collections
  • Private methods in interfaces
  • Stack-Walking API
  • Multi-Releases Jar files
  • Process API updates
  • Updated Deprecation
  • Javadoc search

References: