ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

80,375 results

Daily Code Work
Java record class |  Record class in java

How and when to use a record in java | What is a record in java 14?

27:05
Java record class | Record class in java

512 views

3 years ago

CodeSnippet
Java Records : Look Easy Until You Understand Them

... Record Abstract Class 16:40 - Record Use Cases 20:20 - Outro 🏷️ YouTube Tags java records java record class java record ...

20:39
Java Records : Look Easy Until You Understand Them

2,611 views

3 weeks ago

Cameron McKenzie
Complete Java Records Tutorial

We'll talk about the Java record class, Java record setter and getter methods, Java record inheritance and how Java records work ...

20:14
Complete Java Records Tutorial

2,063 views

1 year 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,813 views

3 years ago

SpringDeveloper
Deep Dive with Java Records with Jason Young

Java Records (a language feature finalized in Java 16) give us a language level technique to work with "carriers for immutable ...

29:39
Deep Dive with Java Records with Jason Young

11,455 views

2 years 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,118 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,463 views

2 years ago

DevXplaining
Deep Dive into Java 17 Records (How and why to customize Java Record)

I recently did a video on Java 17 Records - a very powerful way of writing your Java code from now on. It's also available on ...

27:54
Deep Dive into Java 17 Records (How and why to customize Java Record)

2,062 views

4 years ago

Naren Java Help Line
Record Classes in Java | Java 17 features by Naren

Java Interview Questions and Concepts In this video we are going learn about java record in detail step by step. Java record is a ...

22:15
Record Classes in Java | Java 17 features by Naren

190 views

2 years ago

Java
When Java Records Met Serialization: A Happy Tale

Java #Records #OpenJDK By Julia Boes and Chris Hegarty, presented at DevNexus 2021 Records are a special type of class ...

29:56
When Java Records Met Serialization: A Happy Tale

4,992 views

4 years ago

Java Techie
Spring Boot - Multithreading | Process Millions of Records in Batches | Hands-on Example

JavaTechie #Multithreading #SpringBoot #Realtime In this tutorial, we'll explore a real-time use case of processing large ...

39:22
Spring Boot - Multithreading | Process Millions of Records in Batches | Hands-on Example

48,199 views

1 year ago

CodeSnippet
Should You Replace Lombok With Records?

Java introduced Records to reduce boilerplate, but Lombok has been doing that for years. So why did Java add Records when ...

28:39
Should You Replace Lombok With Records?

4,782 views

4 weeks ago

Programming Journal
Intro to Java Record

When to Use Records Use Records when: You need a simple data carrier Data is immutable You don't need to modify data after ...

28:38
Intro to Java Record

18 views

1 month ago

Java
“Records Serialization” with Julia Boes & Chris Hegarty - Inside Java Podcast 14

Java #Java16 #OpenJDK Records are a standard and permanent Java language feature starting Java 16. This was a good ...

37:26
“Records Serialization” with Julia Boes & Chris Hegarty - Inside Java Podcast 14

1,350 views

4 years ago

IntelliJ IDEA, a JetBrains IDE
Let’s Set the Records Straight

Records in Java provide several improvements over writing classes when working predominantly with data. However, we have to ...

53:06
Let’s Set the Records Straight

9,333 views

1 year ago

Java
Refactoring Java 8 code with Java 17 new features - JEP Café #9

How to use the new features from Java 17, especially Records, to improve your Java 8 code. Do you need to make your code ...

25:08
Refactoring Java 8 code with Java 17 new features - JEP Café #9

70,380 views

3 years ago

Manchester Java Community
The Future of Java: Records, Sealed Classes and Pattern Matching - José Paumard

The release of the JDK 17 brings to interesting features in the Java language: sealed types and pattern matching for switch.

1:05:46
The Future of Java: Records, Sealed Classes and Pattern Matching - José Paumard

1,952 views

4 years ago

Java
Data-Oriented Programming in Java

Data-Oriented Programming with Records, Sealed Classes, Text Blocks, and More. Java has undergone rapid evolution in the ...

31:39
Data-Oriented Programming in Java

24,793 views

2 years ago

Java
How Java Records Can Improve Serialization

Get an overview of both Records and serialization, then watch a demo showing how Record classes can improve the security, ...

35:53
How Java Records Can Improve Serialization

2,966 views

4 years ago

engineering the software
record in Java

This video explains about record in java. Record is introduced in JDK 14. Record is part of the series of changes introduced as ...

20:08
record in Java

20 views

1 year ago

Java
“Records” with Gavin Bierman - Inside Java Podcast 4

OpenJDK #Java #ProjectAmber In this episode, David Delabassee (Developer Relations) discusses with Gavin Bierman ...

36:00
“Records” with Gavin Bierman - Inside Java Podcast 4

2,003 views

5 years ago

Devoxx Poland
Java Records for the Intrigued • Piotr Przybył • Devoxx Poland 2021

Subscribe to our channel: https://youtube.pl/c/DevoxxPoland?sub_confirmation=1 Java 14 brought Records as one of the preview ...

52:08
Java Records for the Intrigued • Piotr Przybył • Devoxx Poland 2021

944 views

3 years ago

Kody Simpson
Java Tutorial - Records | JDK 16

In this episode, I show you how to make and use the new Records feature in Java 16. This entails creation, usage, canonical ...

20:59
Java Tutorial - Records | JDK 16

1,401 views

4 years ago

Michelli Brito
Java: Record Patterns, Sealed Classes, Pattern Matching - Learn the best JDK updates

Free Spring Boot E-book from REST API to Microservices: https://www.michellibrito.com/ Instagram: https://www.instagram.com ...

56:50
Java: Record Patterns, Sealed Classes, Pattern Matching - Learn the best JDK updates

6,053 views

11 months ago

JCoder Ltd
What's new in Java 14? Intro to 3 Preview features (Records, Pattern Matching and Text Blocks)

In this video, we provide an introduction to 3 of the language features that were added as previews in Java 14: Records, Pattern ...

39:47
What's new in Java 14? Intro to 3 Preview features (Records, Pattern Matching and Text Blocks)

82 views

5 years ago