ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,213,768 results

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

300,532 views

3 years ago

Telusko
Record 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) ...

16:02
Record Classes in Java | Java 17 features

107,709 views

3 years ago

Java
Record Patterns in Java 21

Pattern matching has been added to records. Let's take a look! https://inside.java/sip/087 #Java21 #Java #openjdk #InsideJava.

1:23
Record Patterns in Java 21

10,319 views

2 years ago

Daily Code Buffer
Records In Java - Full Tutorial

Head to https://cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course. Records are a new concept added ...

14:20
Records In Java - Full Tutorial

28,133 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

689 views

2 years ago

People also watched

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,746 views

3 years ago

Programming with Mati
Records: Data classes in Java | Bye Lombok? | Explanation + Tutorial

In this episode we look at Records in Java, introduced in Java 14. How to use records, the amazing advantages and what are their ...

15:23
Records: Data classes in Java | Bye Lombok? | Explanation + Tutorial

2,505 views

2 years ago

Kody Simpson
Java Tutorial - Record Patterns | Java 21 Feature

In this episode of the Java series, I teach you how to use record patterns. Record patterns were added in Java 21 and allow you to ...

9:30
Java Tutorial - Record Patterns | Java 21 Feature

1,245 views

1 year ago

Sebastian Daschner
How to Use Java Records With Quarkus

In this video, I'll show how we can use Java Records in Quarkus applications. We'll see how to use records as JSON data transfer ...

20:57
How to Use Java Records With Quarkus

6,316 views

3 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,271 views

4 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

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

Tech Recipes - Dipesh Hadye
Java 16: Records - why and how to use ?

java16feature #record #jep395 Records in Java 16 - Why and how to use? In this, we are going to learn a new feature added in ...

14:07
Java 16: Records - why and how to use ?

4,103 views

4 years ago

DJ Oamen
How to Create Student Record Management System in Java Eclipse - Full Tutorial

How to Create Student Record Management System in Java Eclipse. This tutorial includes the use of Arrays, IF Statement, For ...

51:14
How to Create Student Record Management System in Java Eclipse - Full Tutorial

28,996 views

6 years ago

Bro Code
Java Full Course for free ☕

java #javatutorial #javacourse Java tutorial for beginners full course 2025 *My original Java 12 Hour course* ...

12:00:00
Java Full Course for free ☕

2,941,429 views

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

13 days ago

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,934 views

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

1 year ago

CodeEdx
Java Records Tutorial - Learn New Java 16 or 17 Feature

In this video, I will cover everything you need to know about Java Records. And I promise you, after watching this video, you don't ...

3:37
Java Records Tutorial - Learn New Java 16 or 17 Feature

937 views

3 years ago

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

511 views

3 years ago

Java Tech Solutions
Record Class and How It's Working | Java 17 New Feature | Use of Record in an application

This is about to use of one of the Java 17 new Feature. Use of Record class. How to use Record in a project with example.

9:59
Record Class and How It's Working | Java 17 New Feature | Use of Record in an application

305 views

2 years ago

Peachez Programming
Java Records in 90 Seconds

Join my Patreon: https://www.patreon.com/PeachezProgramming LinkTree: https://linktr.ee/peachezprogramming Java Records ...

1:30
Java Records in 90 Seconds

1,121 views

1 year ago

Jakob Jenkov
Java Records

A Java Record is a special type of Java class specifically designed to represent a data record, like records returned from a ...

9:43
Java Records

17,726 views

5 years ago

Merlin Wellington
Java Record Classes - How to build immutable data transfer objects

Java's record classes help us build objects that are just designed to carry data from one place to another (Data Transfer Objects ...

8:34
Java Record Classes - How to build immutable data transfer objects

201 views

1 year ago

Dan Vega
Java Records: How to use a Java Record in a Spring Boot Application

In this tutorial, you will learn about Java Records and how to use them in a Spring Boot Application. Records give you a way to ...

18:09
Java Records: How to use a Java Record in a Spring Boot Application

16,149 views

3 years ago

JavaAndSpring Quick brushup
Java Record vs POJOs with Lombok annotations| #javainterviewquestions java #newfeatures

JDK 14 introduces records, which are a new kind of type declaration. Like an enum , a record is a restricted form of a class.

0:29
Java Record vs POJOs with Lombok annotations| #javainterviewquestions java #newfeatures

325 views

7 months 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,434 views

2 years ago

Yugabyte
How to Best Use Java Records as DTOs in Spring Boot 3

Let's look at a few approaches for using Java records as DTOs that apply to Spring Boot 3 with Hibernate 6 as the persistence ...

11:26
How to Best Use Java Records as DTOs in Spring Boot 3

8,232 views

2 years ago

Lilium Code
Java Record Class Tutorial: Simplifying Data Structures in Java

Are you tired of writing boilerplate code for your Java classes to represent simple data structures? In this comprehensive Java ...

3:40
Java Record Class Tutorial: Simplifying Data Structures in Java

208 views

2 years ago