August 2017
Beginner
298 pages
7h 26m
English
Alan Bateman, a member of the Java Platform Group at Oracle said this is in his talk in Java One in September 2016:
No matter what the application is about, there's one set of libraries that every Java program is guaranteed to use without a doubt--the Java Platform. For Java developers to be writing modular Java code, it's essential for the core Java platform and the JDK library to be modular as well. Before Java 9, all the classes and types in the JDK had such complicated inter-dependencies that they resembled a big bowl of spaghetti.
Not only is the final rt.jar bundle unnecessarily large, it makes the JDK code base itself harder to change and evolve. Considering how any ...
Read now
Unlock full access