ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

168,627 results

CodeSnippet
Java Records : Look Easy Until You Understand Them

Java Records look simple, but they're one of the most misunderstood features in modern Java. In this video, we do a deep dive ...

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

3,454 views

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

2 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

30,177 views

3 years ago

Code Decode
Records Interview Traps in 2026 | Records in Java Interview Questions and Answers | Code Decode

In this video of code decode we have explained about records interview questions and answers demy Course Discounted coupon ...

22:41
Records Interview Traps in 2026 | Records in Java Interview Questions and Answers | Code Decode

2,507 views

6 days ago

Cameron McKenzie
Complete Java Records Tutorial

This Java Records tutorial is part of the full crash course published over on TheServerSide. Check it out!

20:14
Complete Java Records Tutorial

2,205 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,759 views

4 years ago

Marco Codes
Solving Java’s 1 Billion Row Challenge (Ep. 1) | With @caseymuratori

I'm solving Java's 1 Billion Row Challenge together with @caseymuratori . And not just solve it, but teach you what effectively -all- ...

41:29
Solving Java’s 1 Billion Row Challenge (Ep. 1) | With @caseymuratori

92,574 views

6 months ago

CodeSnippet
Should You Replace Lombok With Records?

Like | Comment | Subscribe for deep Java & Spring Boot content 🏷️ YouTube Tags java records lombok vs records java ...

28:39
Should You Replace Lombok With Records?

5,447 views

2 months ago

Devoxx
The Three Amigos in Java by Venkat Subramaniam

The meticulous, yet fast-paced, evolution of Java has brought us three separate features, Records, Sealed classes/interfaces, and ...

2:52:12
The Three Amigos in Java by Venkat Subramaniam

5,675 views

5 months 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,414 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

25,040 views

3 years ago

GOTO Conferences
Java, How Fast Can You Parse 1 Billion Rows of Weather Data? • Roy van Rijn • GOTO 2024

This presentation was recorded at GOTO Amsterdam 2024. #GOTOcon #GOTOams https://gotoams.nl Roy van Rijn - Experienced ...

42:16
Java, How Fast Can You Parse 1 Billion Rows of Weather Data? • Roy van Rijn • GOTO 2024

107,435 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,384 views

3 years ago

Fernanda Kipper | Dev
CURSO de JAVA INTERMEDIÁRIO | Estruturas de dados, Stream API, Generics, Packages, Records

EMITA SEU CERTIFICADO DESTE CURSO Você pode utilizar o certificado para horas complementares da faculdade e ...

50:13
CURSO de JAVA INTERMEDIÁRIO | Estruturas de dados, Stream API, Generics, Packages, Records

39,198 views

9 months 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

5,014 views

5 years ago

Java
How Java Records Can Improve Serialization

Java #Records #OpenJDK A new feature in Java 16, Records are suitable for serialization. Get an overview of both Records and ...

35:53
How Java Records Can Improve Serialization

2,974 views

4 years ago

Java
1B Rows with the Memory API - JEP Cafe #25

In this JEP Café episode, we take on the well-known '1 Billion Rows Challenge' and implement it using the standard Memory API ...

31:28
1B Rows with the Memory API - JEP Cafe #25

23,630 views

2 months ago

Java
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

In this JEP Café, we will use a lot of the new features added to the JDK in the context of the Data Oriented Programming support: ...

34:10
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

29,686 views

2 years ago

Dr. Parag Shukla
Java Collection - CRUD Operation - INSERT, UPDATE, DELETE, SEARCH and DISPLAY of Employee Collection

This video demonstrates the concept of CRUD Operation that is INSERT, UPDATE, DELETE, SEARCH and DISPLAY using ...

22:01
Java Collection - CRUD Operation - INSERT, UPDATE, DELETE, SEARCH and DISPLAY of Employee Collection

185,129 views

4 years ago

Concept && Coding - by Shrayansh
9. Java Memory Management and Garbage Collection in Depth

Notes link: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...

48:48
9. Java Memory Management and Garbage Collection in Depth

275,299 views

2 years ago

InfoQ
Java Concurrency from the Trenches: Lessons Learned in the Wild

Can your Java application handle 270000 requests per second without crashing? Hugo Marques, a Software Engineer at Netflix, ...

50:09
Java Concurrency from the Trenches: Lessons Learned in the Wild

9,360 views

1 month 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,041 views

5 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,957 views

4 years ago

Java
Accelerating Productivity with Micronaut and Java Records

The introduction of Records has simplified many common use cases in server-side applications. In this session, the co-creator of ...

43:22
Accelerating Productivity with Micronaut and Java Records

2,563 views

4 years ago

Devoxx
Pushing Java to the Limits: Processing a Billion Rows in under 2 Seconds by Thomas Wuerthinger

Last January a challenge was posted online by Gunnar Morling:How fast can you parse a file with one billion rows of weather data ...

2:57:27
Pushing Java to the Limits: Processing a Billion Rows in under 2 Seconds by Thomas Wuerthinger

13,768 views

1 year ago