ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,928 results

makigas
Java Records: What They Are and How to Use Them

Records are an alternative to classes initially introduced in Java 14, but generally available starting with Java 17. They ...

7:53
Java Records: What They Are and How to Use Them

11,931 views

2 years ago

Otavio Santana
Lombok vs. Java Record: A Comparative Analysis

Join us in this enlightening YouTube video as we dive deep into the world of Java development. Discover the key distinctions ...

6:10
Lombok vs. Java Record: A Comparative Analysis

688 views

2 years ago

makigas
Records vs Clases (en Java): ¿qué me interesa usar?

Qué me conviene, un record o una clase? En Java 14 empezaron las previas de los records, una nueva característica del ...

6:33
Records vs Clases (en Java): ¿qué me interesa usar?

5,500 views

2 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,155 views

4 years ago

Geekific
Java Records in 1 min | #geekific #records #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:13
Java Records in 1 min | #geekific #records #in1min

1,814 views

4 months ago

Th30z Code
Java Records: Simplifying Data Classes in Java

Java 14 introduced the record keyword. Learn how records simplify the creation of immutable data classes by automatically ...

0:34
Java Records: Simplifying Data Classes in Java

531 views

2 years ago

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

360 views

2 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,056 views

2 years ago

Java
Records Patterns, Performance and Serialization - JEP Café #8

This #JEPCafe discusses JEP 395: Records, released with JDK 16. We start with a short recap on what records are, then discuss ...

15:28
Records Patterns, Performance and Serialization - JEP Café #8

12,496 views

4 years ago

Thorben Janssen
Java Records: How to use them with Hibernate and JPA

A lot of developers complain that Java is too verbose. And I can understand that, especially for all classes that are supposed to be ...

7:40
Java Records: How to use them with Hibernate and JPA

7,829 views

5 years ago

Will Tollefson
Introduction to Records - Java Programming

In this video, we'll talk all about Java records, a relatively new feature to Java added in JDK 14. Records, like enums, can be ...

18:24
Introduction to Records - Java Programming

516 views

2 years ago

Microsoft Developer
All about Java Records – Part 1 | Java for Beginners

... Introduction 0:52 Java record type 2:39 Java record demo (Java Object) 4:07 Benefits of using records class 6:30 Java record ...

7:51
All about Java Records – Part 1 | Java for Beginners

1,862 views

3 years ago

Debug Agent
Modern Java Course - java Records & Record Pattern Matching|learn java

In this installment of the course we talk about java records, their common pitfalls and problems. We also talk about record pattern ...

6:54
Modern Java Course - java Records & Record Pattern Matching|learn java

333 views

2 years ago

EazyPeazyGeeky
Java for Beginners: Exploring Java  Records and Immutability

In this beginner-friendly tutorial, we'll take you step by step through creating a Java Record class, instantiating it, accessing values ...

7:09
Java for Beginners: Exploring Java Records and Immutability

25 views

2 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,454 views

2 years ago

makigas
Setters en un record de Java: ¿es posible?

Quieres ponerle un setter a un record de Java para cambiar el valor de un atributo una vez instanciado? Tengo malas noticias: no ...

4:18
Setters en un record de Java: ¿es posible?

2,599 views

2 years ago

Amigoscode
JAVA DTO Pattern Tutorial | Simplify Your Code

Learn how to use the JAVA DTO (Data Transfer Object) pattern in this easy-to-follow tutorial. The JAVA DTO pattern is a great way ...

19:12
JAVA DTO Pattern Tutorial | Simplify Your Code

259,509 views

2 years ago

TechShare
Mastering Java 17: Dive into Record Classes!

In this comprehensive tutorial, we unravel the magic of Java 17 Record Classes. Discover how to create lightweight, immutable ...

5:44
Mastering Java 17: Dive into Record Classes!

319 views

1 year ago

Java
Deconstructing Records in Pattern Matching - Inside Java Newscast #26

JavaOne is back! ➱ https://oracle.com/javaone How record patterns use records' transparency to safely deconstruct them in ...

8:14
Deconstructing Records in Pattern Matching - Inside Java Newscast #26

5,350 views

3 years ago

Java
Java 17 to 20 Pattern Matching Full tutorial with Records, Instanceof and Switch - JEP Café #14

How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for ...

19:47
Java 17 to 20 Pattern Matching Full tutorial with Records, Instanceof and Switch - JEP Café #14

21,810 views

3 years ago