First Look: Java 15

Go to class
Write Review

Free Online Course: First Look: Java 15 provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. First Look: Java 15 is taught by David Gassner.

Overview
  • Curious about what's new in Java 15? Tune into this course to get up to speed with the latest features in this release.

Syllabus
  • Introduction

    • Should I upgrade to Java 15?
    • What you should know
    • Install Java 15 and configure IntelliJ IDEA
    1. New Features for the Java Virtual Machine
    • Use hidden classes for JVM framework creators
    • Use ZGC, a scalable, low-latency garbage collector
    • Use Shenandoah, a low-pause-time garbage collector
    2. Changes in the Java Programming Language
    • Manage long text values with text blocks
    • Use scripts without the Nashorn JavaScript engine
    • Challenge: Define and use a text block
    • Solution: Define and use a text block
    Conclusion
    • Learning more