June 2017
Beginner
1296 pages
69h 23m
English
Here we list the Java 9 features already covered in the book and where you can find each:
Underscore (_) is no longer a valid identifier (Section 2.2). This is one of several features of JEP 213: Milling Project Coin (http://openjdk.java.net/jeps/213).
Mentioned enhancements to SecureRandom (Section 6.8) per JEP 273 (http://openjdk.java.net/jeps/273).
As of Java 9, the compiler now issues a warning if you attempt to access a static class member through an instance of the class (Section 8.11).
Introduced private interface methods (Section 10.11), another feature of JEP 213: Milling Project Coin.
Mentioned the new Stack-Walking API (Section 11.7) from JEP 259 (http://openjdk.java.net/jeps/259 ...
Read now
Unlock full access