Java SE New Features: Covers Versions 9, 10, 11, and 12
Video description
A definitive guide to the newest key additions in Java
About This Video
Write more concise and performant code with the newest features of Java.
Hands-on examples demonstrate how to write modern Java programs, and quizzes will help you to retain what you've learned.
This course covers the latest enhancements in Java, from Java 9 to Java 12.
In Detail
As a developer, every day you need to learn new technologies… and quickly. …
Java SE New Features: Covers Versions 9, 10, 11, and 12
Video description
A definitive guide to the newest key additions in Java
About This Video
Write more concise and performant code with the newest features of Java.
Hands-on examples demonstrate how to write modern Java programs, and quizzes will help you to retain what you've learned.
This course covers the latest enhancements in Java, from Java 9 to Java 12.
In Detail
As a developer, every day you need to learn new technologies… and quickly. With frequent Java releases, you need to constantly update your knowledge of Java too. This short course will equip you with insights into the newest key features of Java—in no time.
We start by explaining the new release model and how it affects you. This course goes beyond Java's (in) famous modularity which allows us to partition a system into modules with clear dependencies. You'll learn to write more concise code with the coolest new features, including local variable type inference (var) and the improved API for strings, files and collections. You will also understand how to work with very popular reactive streams. The course finishes with a description of the new enhancements you can apply to improve the performance of your code.
By the end of this short course, you'll know how to use the most powerful features of modern Java to write faster and more readable programs.
Audience
This course is for you if you are a Java developer keen to learn how to write faster and concise applications by benefiting from the latest enhancements in Java.
Chapter 1 : The Brave New World of Java 9 and Later
The Course Overview
New Release Model
Project Jigsaw: Introducing a Compile-Time Module System
Cleaner and Smaller Java: What was Removed?
Chapter 2 : Better Java
New More Concise Syntax: Local Variable Type Inference (Var) and More
Reactive Programming Is Finally in the Core Java: The New Java Flow API
Improved Core API: String and Files
Going More Functional: Improvements to Collections, Optional, and Predicate
JShell: Running Java from the Command Line
Enhanced Switch Expressions in Java 12
Chapter 3 : Faster Java
New Garbage Collectors
Performance Improvements
Examining the Application Performance
Performance Improvements in Java 12
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept