ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,759 results

Related queries

java 11 new features

sealed class c#

sealed class in kotlin

java 17 features

java 21 features

record class in java

Telusko
Sealed Classes in Java | Java 17 features

Check out our courses: Java Full Stack and Spring AI - https://go.telusko.com/JavaSpringAI Coupon: TELUSKO10 (10% Discount) ...

9:40
Sealed Classes in Java | Java 17 features

78,531 views

3 years ago

Java
Sealed Classes - JEP Café #2

Java #OpenJDK #JDK This #JEPCafe discusses JEP 409, i.e. Sealed Classes, released in Java 17. Sealed classes is an ...

8:09
Sealed Classes - JEP Café #2

8,114 views

4 years ago

Will Tollefson
Sealed Classes and Interfaces - Java Programming

In this video, we'll talk all about sealed classes and interfaces in Java. One of the main delimmas of an object oriented designer is ...

11:21
Sealed Classes and Interfaces - Java Programming

4,002 views

2 years ago

Java
Making Use of Sealed Classes in Java

In this session, you'll see the benefits of using sealed classes, understand how to implement them, and learn how this feature ...

30:23
Making Use of Sealed Classes in Java

20,229 views

4 years ago

Android Developers
Sealed classes - Kotlin Vocabulary

Learn what sealed classes are, how to use them and how to leverage their auto-complete power in the IDE. Then, take a look ...

4:08
Sealed classes - Kotlin Vocabulary

83,359 views

5 years ago

Devoxx
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

The releases of the JDK 17 to 19 bring interesting features in the Java language: sealed types, pattern matching for switch (as a ...

48:51
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

29,632 views

3 years ago

Coding with John
Records In Java - Full Tutorial - The Best New Java Feature You're Not Using

How to use Records in Java! Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners Records are a ...

13:48
Records In Java - Full Tutorial - The Best New Java Feature You're Not Using

299,145 views

3 years ago

K Academy
What is Sealed Class in Java | Java interview questions | The K Academy

Welcome to The K Academy, your go-to destination for concise and insightful videos. We are here to share with you simplified ...

2:01
What is Sealed Class in Java | Java interview questions | The K Academy

926 views

4 years ago

123boot
JAVA - J52 - Les classes scellées (sealed)

Les classes scellées, ces classes qu'on ne peut pas dériver comme on veut !

4:13
JAVA - J52 - Les classes scellées (sealed)

97 views

11 months ago

People also watched

Coding with John
Set and HashSet in Java - Full Tutorial

Full tutorial on Sets and HashSets in Java! Thanks to Mailgun for sponsoring this video! Go to https://mailgun.com/john to try ...

20:43
Set and HashSet in Java - Full Tutorial

298,864 views

3 years ago

Coding with John
Java Constructors - Full Tutorial

All about Constructors in Java - Full tutorial with concrete examples. In Java, constructors are used to create new objects.

7:38
Java Constructors - Full Tutorial

512,911 views

4 years ago

cours-en-ligne
La JEP du mois : JEP 409 Sealed Classes

JDK17 #Java17 #JEPduMois Replay de la JEP du mois diffusée le 8/6/2021 au Paris JUG. La deuxième de ces chroniques ...

9:59
La JEP du mois : JEP 409 Sealed Classes

1,620 views

4 years ago

Devoxx UK
Java's Hidden Gems: Tools and Libraries by Johan Janssen

For more info on the next Devoxx UK event www.devoxx.co.uk This session is a whirlwind tour of many lesser known, but very ...

50:09
Java's Hidden Gems: Tools and Libraries by Johan Janssen

21,163 views

2 years ago

Dominique Liard
TUTO Java : Définition de classes de type « record » (Java SE 16)

Les records sont des nouveaux types d'objets immuables en Java. Ce concept est apparu à partir de la version Java SE 16.

26:06
TUTO Java : Définition de classes de type « record » (Java SE 16)

4,838 views

4 years ago

Philipp Lackner
Sealed Classes for UI State are an ANTI-PATTERN - Here's why!

In this video you'll find out why Sealed Classes for UI State are an ANTI-PATTERN! Let me be your mentor and become an ...

9:53
Sealed Classes for UI State are an ANTI-PATTERN - Here's why!

28,454 views

1 year ago

Devoxx
10,000 Java performance tips over 15 years - what did I learn? by Jack Shirazi

Please subscribe to our YouTube channel @ https://bit.ly/devoxx-youtube Like us on Facebook ...

45:52
10,000 Java performance tips over 15 years - what did I learn? by Jack Shirazi

99,338 views

8 years ago

Java
Java 21 Pattern Matching Tutorial #RoadTo21

Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...

23:28
Java 21 Pattern Matching Tutorial #RoadTo21

30,216 views

2 years ago

KotlinBytes
Sealed Classes

KotlinBytes - Sealed Classes Have you ever wondered what a sealed class is? When I first started to learn Kotlin, it took me ...

5:30
Sealed Classes

5,036 views

4 years ago

Coding with John
Java is ALWAYS Pass By Value. Here's Why

Is Java pass by reference or pass by value? Java is ALWAYS pass by value, not pass by reference. But it can look like it's pass by ...

5:22
Java is ALWAYS Pass By Value. Here's Why

146,534 views

4 years ago

Philipp Lackner
Sealed Classes VS. Enum Classes VS. Sealed Interfaces - When to Use Which?

In this video I'll clear the confusion between the different ways in Kotlin to combine related options together. ⭐ Get certificates for ...

10:15
Sealed Classes VS. Enum Classes VS. Sealed Interfaces - When to Use Which?

63,168 views

3 years ago

Shristi Tech Academy
What are Sealed Classes in Java?

In this video we'll discuss all about sealed classes and interfaces in Java. Hey Coders! If you're planning to become a Java Full ...

30:32
What are Sealed Classes in Java?

1,057 views

8 months ago

Adam Bien
The Purpose of Sealed Classes and Interfaces #java #shorts #coding #airhacks

Using sealed classes and interfaces: https://docs.oracle.com/en/java/javase/17/language/sealed-classes-and-interfaces.html Java ...

2:00
The Purpose of Sealed Classes and Interfaces #java #shorts #coding #airhacks

2,360 views

11 months ago

Ranko Junction
What are sealed classes in Java 17 || sealed classes in java

Sealed classes are a game-changer in Java, introduced in Java 15 and enhanced in later versions. In this video, we dive deep ...

4:02
What are sealed classes in Java 17 || sealed classes in java

71 views

1 year ago

Developer Summit
Designing with Sealed Classes by Venkat Subramaniam

Object-Oriented programming has been around for a long time and it paradigm has been part of Java since its birth. Thus, it may ...

1:01:12
Designing with Sealed Classes by Venkat Subramaniam

1,982 views

1 year ago

Devoxx UK
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

For more info on the next Devoxx UK event www.devoxx.co.uk The releases of the JDK 17 to 20 bring interesting features in the ...

51:46
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

3,077 views

2 years ago

Abdallah Samir
Sealed In Java | sealed class & interface| شرح ال Sealed في جافا | Java New Features #005

In this video, we dive deep into the concept of sealed classes in Java, a feature introduced in Java 15 as a preview and made ...

10:34
Sealed In Java | sealed class & interface| شرح ال Sealed في جافا | Java New Features #005

99 views

1 year ago

Code Java
Understand Sealed Classes in Java 15

In this video, I would like to help you understand about sealed classes and interfaces - a new preview feature in JDK 15. You will ...

8:20
Understand Sealed Classes in Java 15

2,214 views

5 years ago

Smartherd
Kotlin Sealed Class (With Demo Source code)

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 In this tutorial, learn about sealed class ...

11:17
Kotlin Sealed Class (With Demo Source code)

23,970 views

3 years ago

Codetutor
Sealed Classes : Kotlin Fundamentals Tutorial - Part 25

How to bring in the type safety in terms of class extensions. The answer is sealed classes. In this video we explore this topic in ...

4:53
Sealed Classes : Kotlin Fundamentals Tutorial - Part 25

5,005 views

4 years ago

Byte Pint
Java SEALED Classes Explained in 1 Minute

Are you still letting every random class extend your Java base class like it's a public restroom? Well, it's time to clean up your ...

1:00
Java SEALED Classes Explained in 1 Minute

540 views

7 months ago