Java 17 Deep Dive by José Paumard

preview_player
Показать описание

The 'next LTS' is like Nessie! Everybody talks about it, but nobody knows anything about it!

The features released between Java 11 and Java 17 have brought a greater opportunity for developers to improve application development productivity as well and code expressiveness and readability. In this deep-dive session, you will discover all the recent Project Amber features added to the Java language such as Records (including Records serialization), Pattern Matching for `instanceof`, switch expression, sealed classes, and hidden classes. The main goal of the Amber Project is to bring Pattern Matching to the Java platform, which will impact both the language and the JDK APsI. You will discover record patterns, array patterns, as well as deconstruction patterns, through constructors, factory methods, and deconstructors.
Рекомендации по теме
Комментарии
Автор

19:50 single-file source-code programs
24:00 jlink / jpackage
34:00 http client + server
38:20 unix domain sockets
42:40 stack frame walker
47:50 text blocks
56:39 collection factory methods
1:12:20 stream api (peek!)
1:23:00 more streams (map multi)
1:38:00 records
1:57:30 more records
2:15:00 sealed types
2:43:50 finalized deprecated
2:46:00 boxed primitive constructors deprecated
2:48:30 pattern matching

con_sci
Автор

This is one of the most worthy video to watch.

metaocloudstudio