Introduction

Learn about the advantages of Java 9.

We'll cover the following

Overview

Java 9 is the newest release of Java and includes Project Jigsaw, which represents a huge restructuring of the core JDK (Java Development Kit) as well as a new and improved way of defining code dependencies. This provides compile-time errors when dependencies are missing as opposed to runtime errors, which is a vast improvement for software development efficiency.

Java 9 includes the following key features:

Get hands-on with 1200+ tech skills courses.