June 2017
Beginner
1296 pages
69h 23m
English
Just before we published this book, Java Specification Request (JSR) 379: Java SE 9 was released as a draft at:
http://cr.openjdk.java.net/~iris/se/9/java-se-9-pr-spec-01/java-se-9-spec.html
The JSR details the
features included in Java 9,
features that have been removed from Java 9, and
features that are proposed for removal from future Java versions.
Once this JSR is approved as final it will be posted at:
https://www.jcp.org/en/jsretail?id=379
This JSR is a must read for any Java 9 developer. It gives a high-level overview of the breadth and depth of Java 9 and provides links to all the key JEPs and JSRs.
In any new version of a language there are items of immediate benefit to most programmers, items of interest to ...