Java 9 New Features

Java9 New Features


Public Release : September 21 2017


=========================================================

Features:


  1. JShell
  2. JPMS(Java Platform Module System)

   3. JLink (Java Linker)

   4. Http2 Client

   5. Process API Updater

   6. Private methods in Interfaces

   7. Try with Resources Enhancements

   8. Immutable Collections

    • List.of()
    • Set.of()
    • map.of()
    • Map.ofEntries()

   9. Stream API Enhancements

    • takeWhile()
    • dropWhile()
    • Stream.ofNullable()
    • Stream.iterator()

   10. <> Enhancements for anonymous inner classes

   11. SafeVarargs Annotations for private methods with generics

   12. G1 GC 

===========================================================

Comments

Popular posts from this blog

Java 12 Features

Java 13 features

Java 11 Features