Java 9 New Features Deep Dive

Java 9 New Features Deep Dive

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 39m | 283 MB

Explore the new modular programming concept in Java 9 and know how it will affect you and your clients ahead of time.

Java 9 intends to change the way Java developers used to write code. It introduces a modular JDK so that developers can only include the modules that they need. The prospect of being one of the first to explore the brand new JDK from Java is the primary motivator. Also, this is the biggest change that has been introduced in Java for a while.

The primary motivator for this video is to see it as a preparatory course for what’s to come in Java 9. We will emphasize the impact new features will have on development, and of course get the viewer actually writing out their own Java 9 code examples too.

We will start up with the setting up of Java 9 and learn the modularization concepts and then proceed to deployment. This should be hands on look at Java 9, but no one will be using it to make real-world applications yet. This is an assessment video for the millions of Java developers out there looking to put it to the test.

What You Will Learn

  • Utilizing the brand new modular system to write modular code
  • Leveraging unified JVM logging to easily debug applications
  • Consuming HTTP 2 services
  • Migrating your source to Java 9
  • Learning to write concurrent code in a better way
  • Deploying your Java 9 code
  • Providing better documentation with the latest Java
Table of Contents

01 The Course Overview
02 Working with Modules
03 Limiting Access to APIs
04 Handling the Migration to Java 9
05 Using JShell
06 Other New Features of Java 9
07 Java 9 Tooling Support
08 Java 9 Garbage Collection
09 Java 9 Logging
10 Other Features and Enhancement