Skip to main content

Posts

Showing posts from March 15, 2017

Java 9 Features with Examples

Java 9 Features with Examples As per latest news by Dec 2016, JDK 9 release date is postponed to July 2017 Java 9 is about to be released in March 2017. So it’s right time to look for java 9 features. We will look into java 9 features with example programs. Java 9 Features Some of the important java 9 features are; Java 9 REPL (JShell) Factory Methods for Immutable List, Set, Map and Map.Entry Private methods in Interfaces Java 9 Module System Process API Improvements Try With Resources Improvement CompletableFuture API Improvements Reactive Streams Diamond Operator for Anonymous Inner Class Optional Class Improvements Stream API Improvements Enhanced @Deprecated annotation HTTP 2 Client Мulti-Resolution Image API Miscellaneous Java 9 Features Oracle Corporation is going to release Java SE 9 around end of March 2017. In this post, I’m going to discuss about “Java 9 Features” briefly with some examples. Java 9 REPL (JShell) Oracle Corp has int

Java 9 Features with Examples

Java 9 Features with Examples As per latest news by Dec 2016, JDK 9 release date is postponed to July 2017 Java 9 is about to be released in March 2017. So it’s right time to look for java 9 features. We will look into java 9 features with example programs. Java 9 Features Some of the important java 9 features are; Java 9 REPL (JShell) Factory Methods for Immutable List, Set, Map and Map.Entry Private methods in Interfaces Java 9 Module System Process API Improvements Try With Resources Improvement CompletableFuture API Improvements Reactive Streams Diamond Operator for Anonymous Inner Class Optional Class Improvements Stream API Improvements Enhanced @Deprecated annotation HTTP 2 Client Мulti-Resolution Image API Miscellaneous Java 9 Features Oracle Corporation is going to release Java SE 9 around end of March 2017. In this post, I’m going to discuss about “Java 9 Features” briefly with some examples. Java 9 REPL (JShell) Oracle Corp has int