ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

246 results

The Debug Zone
Why Does a Java Collecting Stream Call Each Getter Twice? Explained!

In this video, we dive into the intriguing behavior of Java's collecting streams, specifically addressing the phenomenon where ...

1:53
Why Does a Java Collecting Stream Call Each Getter Twice? Explained!

0 views

3 months ago

The Debug Zone
Java 8 Stream: Merging Collections of Objects by Shared ID Explained

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to merge collections of objects based on a ...

2:41
Java 8 Stream: Merging Collections of Objects by Shared ID Explained

2 views

9 months ago

The Debug Zone
Understanding Element Order in Java Sets: A Guide to Java Collections

In this video, we delve into the fascinating world of Java Sets and their element order. Understanding how elements are organized ...

2:40
Understanding Element Order in Java Sets: A Guide to Java Collections

5 views

8 months ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

2 views

11 days ago

The Debug Zone
Using Method References in Java to Remove Elements from a List

In this video, we explore the powerful feature of method references in Java and how they can simplify your code when working ...

1:31
Using Method References in Java to Remove Elements from a List

1 view

3 months ago

The Debug Zone
Understanding Java Generics: Common Challenges and Solutions in Collections

In this video, we delve into the world of Java Generics, a powerful feature that enhances type safety and code reusability in ...

2:19
Understanding Java Generics: Common Challenges and Solutions in Collections

0 views

3 months ago

The Debug Zone
How to Access the Key in Collectors.toMap Merge Function in Java

In this video, we delve into the intricacies of the `Collectors.toMap` merge function in Java. Understanding how to access and ...

4:00
How to Access the Key in Collectors.toMap Merge Function in Java

15 views

11 months ago

Peter Schneider
Collections.remove() vs Iterator.remove() performance-wise

Collections.remove() vs Iterator.remove() performance-wise I hope you found a solution that worked for you :) The Content is ...

2:04
Collections.remove() vs Iterator.remove() performance-wise

1 view

7 months ago

The Debug Zone
Understanding Java Collection pack() Method: Usage, Examples, and Tips

In this video, we dive into the Java Collection pack() method, a powerful tool for managing and manipulating collections in Java.

3:31
Understanding Java Collection pack() Method: Usage, Examples, and Tips

0 views

1 month ago

The Debug Zone
Understanding Java Generics: Differences Between ? and ? extends Object

In this video, we delve into the world of Java Generics, focusing on the nuances that differentiate the wildcard symbol `?

1:32
Understanding Java Generics: Differences Between ? and ? extends Object

19 views

4 months ago

The Debug Zone
Java Collections: Difference Between add() and addAll() Methods Explained

In this video, we dive into the Java Collections framework to explore the key differences between the `add()` and `addAll()` ...

2:43
Java Collections: Difference Between add() and addAll() Methods Explained

0 views

1 month ago

The Debug Zone
How to Combine Multiple Lists in Java: A Step-by-Step Guide

In this video, we'll explore the essential techniques for combining multiple lists in Java, a common task that can enhance your ...

1:58
How to Combine Multiple Lists in Java: A Step-by-Step Guide

1 view

3 months ago

The Debug Zone
Java: Filter List by Attribute Matching Another List's Values

In this video, we dive into a practical Java programming challenge: filtering a list based on attribute values that match another list.

2:27
Java: Filter List by Attribute Matching Another List's Values

1 view

9 months ago

Mohit patil
JAVA_8 Features

JAVA_8 Features.

1:37:39
JAVA_8 Features

4 views

9 months ago

Brain Opener
24 Java Tutorial For Beginners
6:33
24 Java Tutorial For Beginners

0 views

10 months ago

Mohit patil
JAVA_8 Features

JAVA_8 Features.

1:30:56
JAVA_8 Features

5 views

9 months ago

Sophia Wagner
Is it necessary to copy a list to be safe?

Is it necessary to copy a list to be safe? duplicate Hey guys! Hopefully you found a solution that helped you! The Content is ...

5:06
Is it necessary to copy a list to be safe?

22 views

11 months ago

Mohit patil
JAVA_8 Features

JAVA_8 Features.

1:46:44
JAVA_8 Features

3 views

9 months ago

The Debug Zone
Understanding Why SingletonSet Doesn't Implement SortedSet in Java

In this video, we delve into the intricacies of Java's collection framework, focusing on the SingletonSet class. While it may seem ...

4:14
Understanding Why SingletonSet Doesn't Implement SortedSet in Java

2 views

11 months ago

The Debug Zone
Java 8 Filter Examples: How to Filter Collections Based on Boolean Values

In this video, we dive into the powerful filtering capabilities introduced in Java 8, focusing on how to effectively filter collections ...

2:38
Java 8 Filter Examples: How to Filter Collections Based on Boolean Values

2 views

2 months ago