Java 11 is here!
Day 1 / / Track 1 / ENJava 9 is out, Java 10 is out, even Java 11 is out already! Java 9 has a lot in stock beyond the module system, Java 10 comes with var
(less typing, but still strongly typed), Java 11 promises a reactive HTTP client, and on the horizon looms pattern matching. In this talk you'll learn about:
- new language features like pattern matching,
var
, and private interface methods; - new APIs like stack walking and the reactive HTTP client;
- the additions to existing APIs, like
Stream
andOptional
; - other niceties like multi-release JARs and performance improvements.
After this talk you will be prepared to get started with Java 9, 10, and 11.
Go to presentation