Java 9 released on 21st September 2017. It is released with several new cool features. I will try to cover all the features in separate tutorials and provide the links to all those tutorials here.
1. JShell
2. JPMS (Java Platform Module System)
3. JLink (Java Linker)
4. Http/2 client
5. Process API updates
6. Private Methods Inside Interface
7. Try with resources enhancements
8. Factory Methods to create unmodifiable collections
- Java 9 – Factory Methods to create Immutable List
- Java 9 – Factory Methods to create Immutable Set
- Java 9 – Factory Methods to create Immutable Map
9. Java 9 – Stream API enhancements
10. Diamond operator enhancement
11. SafeVarargs Annotation
12. G1 GC (Garbage first Garbage collector) – default garbage collector
13. Java 9 – Anonymous Inner classes and Diamond Operator
14. Java 9 Modules
Leave a Reply