First Look: Java 10 and Java 11

Go to class
Write Review

Free Online Course: First Look: Java 10 and Java 11 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 10 and Java 11 is taught by Kathryn Hodge.

Overview
  • Get a first look at the new features in Java 10 and Java 11, including local variable type inference, application class-data sharing, improved garbage collection, and more.

    Java 10 and 11 have arrived and developers are eager to use the new features in their projects. This course reviews the latest and greatest versions of Java, released in March and September 2018. Instructor Kathryn Hodge starts with the most noteworthy enhancements in Java 10, such as local variable type inference with the var keyword, application class-data sharing (CDS), thread-local handshakes that enable pausing of a single thread, and Gral, the experimental just-in-time compiler. Then she moves onto Java 11, which allows var to be used for lambda parameters; standardizes the HTTP client; and enables the Java launcher to run a program supplied as a single file of Java source code. Many other performance and security enhancements are reviewed along the way. This course is a great resource for any developer who wants to get up to speed quickly with the latest developments in the Java platform.

Syllabus
  • Introduction

    • Enhance your code with Java 10 and 11
    • What you should know
    1. New to Java 10
    • Local variable type inference
    • Garbage collection improvements
    • Memory allocation to alternative devices
    • Application class-data sharing
    • Root certificates
    • Thread-local handshakes
    • Time-based release versioning
    • Experimental Java-based just-in-time (JIT) compiler
    • Other housekeeping updates
    2. New to Java 11
    • New syntax for lambda parameters
    • Standardizing the HTTP client
    • Garbage collectors
    • Launch single-file source-code programs
    • Java Flight Recorder
    • Security updates
    • Java virtual machine (JVM) improvements
    • Java 11 deprecations and housekeeping
    Conclusion
    • Next steps