Java9
JPMS: An Overview
Initially, JCP (Java Community Process) started developing JPMS(Java Platform Module System) in 2006 as JSR 277, and it was scheduled to be released in Java 7. But for some reason, it wasn't. In 2008,...
Java 9 new Features: Reactive Streams
JDK 9 reached General Availability on 21 September 2017, and it comes with a list of new and revised features, methods, and other elements. In the following post we take a deeper look into JEP 266 [h...