Modern Java Course - Pattern Matching in Switch & Sealed Classes

preview_player
Показать описание
In this installment of the course we talk about pattern matching in switch statements and sealed classes.

Many developers learned Java at a job or in University. In those settings it might have been Java 6 or 7 at best. A lot has changed in Java since then. Its become a modern powerful platform with, fluid syntax, high performance and low overhead.

In this course we'll go over the features of modern Java. We start by creating a baseline with Java 8 features. We then cover the features of Java releases up to version 21 and beyond. The course doesn't just cover the core Java API and VM. It goes into the deeper underlying concepts, all the way into Spring Boot, Kubernetes and using Java in a modern cloud environment.

This course aims to update weekly, please use the comments section below to ask questions and make requests. We'll try to help.

Title: Modern Java Course - Pattern Matching in Switch & Sealed Classes

✅ Stay Connected With Me.

=============================

✅ Recommended Playlists:

👉 Practical Debugging at Scale Course - Module 1:

✅ Other Videos You Might Be Interested In Watching:

👉 Practical Debugging at Scale Part 3: Watch and Evaluate

👉 Practical Debugging at Scale Part 2: Program Control Flow

👉 Practical Debugging at Scale Part 1: Introduction

=============================

=================================

Disclaimer: We do not accept any liability for any loss or damage which is incurred from you acting or not acting as a result of listening to any of our publications. For all videos on my channel: This information is for general & educational purposes only. Always consult with an attorney, CPA, or financial professional for advice based on your specific situation

Copyright Disclaimer: Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use

© Debug Agent

#java #course #learntocode #learnprogramming #learnprogrammingonyoutube #learning #codingtutorial #javaforbeginners #softwaredeveloper #softwareengineering #programmingtutorial #javaprogrammingforbeginners #javaprogramming #springboot #springboottutorial

learn java,java programming,java tutorial,java full course,java course,java training,java programming tutorial,how to code java,java core full course,java core concepts,core java tutorial,core java training,how to learn java,java programming language,pattern matching,pattern matcher java,pattern matching java,pattern matching switch java,pattern matching switch java 19,pattern matching for switch java 17,pattern matching switch case java

00:00 Introduction
00:40 Do we need Switch?
01:10 What's Wrong with Todays Switch?
01:57 Switch Expressions
02:36 Yield
03:09 Replacing instanceof
04:06 Sealed Classes
05:09 Switch and Sealed Classes Together
05:33 Final Word
Рекомендации по теме
Комментарии
Автор

Might be worth pointing out the transition from switch statement to switch expression

MagnusSmith