Online / 6 & 7 February 2021

visit

Getting the Most from Modern Java


Java is changing faster than ever with new features being added every six months.

Despite being over 25 years old, Java is still adapting to ensure it remains one of the most popular platforms on the planet. Find out in this session how to take advantage of many of these exciting new features.

With the release of JDK 16, we will have had eight (yes eight!) versions of Java in less than four years.

We still hear claims that Java is the new COBOL, and its popularity is in decline. The reality, however, is that Java developers are now being provided with new features at a faster pace than at any time in its 25-year history.

Many of these new features provide exciting new language level changes, as well as useful new APIs.

In this session, we’ll explore in detail what these changes are and how best to use them (as well as advice on when not to use them). We’ll also explain the significance of preview features and incubator modules.

We’ll cover the following new language features:

  • Local variable type inference (JDK 10)
  • Switch expressions (JDK 12)
  • Text blocks (JDK 13)
  • Records (JDK 14)
  • Pattern matching for instanceof (JDK 14)
  • Sealed classes and changes to Records (JDK 15)

For each of these JDKs, we’ll also highlight the most useful additions to the core class libraries and changes in the HotSpot JVM.

At the end of this session, you’ll be all set to write modern Java code!

Speakers

Photo of Simon Ritter Simon Ritter

Links