У нас вы можете посмотреть бесплатно Pattern Matching, Under the Microscope или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Project Amber has introduced pattern matching into the Java language, improving both safety and expressiveness of our programs. With JEP 507 set to lift restrictions on primitive types in instanceof and switch, pattern matching is positioned as the foundation of safe cast conversions across all Java types. But what does this mean for the language, its safety guarantees, and how we test runtime conditions? This session takes an in-depth look at the fundamental concepts of exhaustiveness, unconditionality, applicability, remainder, and examine the distinction between exact and inexact conversions as introduced by JEP 507. With practical code comparisons and visual explanations, we will see how these patterns drive safer code and enable innovative language features on the horizon. Presented by Angelos Bimpoudis (Principal Member of Technical Staff - Java Platform Group / Oracle) during Devoxx Belgium 2025 ➤ https://devoxx.be JEP 507: Primitive Types in Patterns, instanceof, and switch (3rd Preview) ➤ https://openjdk.org/jeps/507 More on Project Amber ➤ https://inside.java/tag/amber Thumbnail photo credit ➤ https://www.flickr.com/photos/bejug/a... Tags: #Java, #OpenJDK, #JDK