First Look: Java 14

First Look: Java 14

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 26m | 74 MB

Discover how the release of Java 14 will affect how you write your code. This course provides a brief introduction to Java 14 and its new features, as well as the deprecated features announced in this release. Instructor Frank Moley focuses on the core additions in Java 14, including improved switch statements, records for class definition, more useful NullPointerExceptions, an OS-specific packaging tool in incubator, and various garbage collection changes. Plus, learn which features are being deprecated with this upgrade, so you can pinpoint potential roadblocks to adoption.

Table of Contents

Introduction
1 Moving to the speed of Java

New to Java
2 instanceof patterns
3 Switch expressions
4 Records
5 NullPointerExceptions
6 Java packaging
7 Memory and garbage collection
8 Deprecations

Conclusion
9 Next steps