ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

383 results

devmark_ru
Stream API: Terminal and Intermediate Operations in Java

The Java Stream API was introduced in Java 8 as a more flexible and efficient way to work with collections. All Stream API ...

16:52
Stream API: Terminal and Intermediate Operations in Java

776 views

8 months ago

Coding wala Shree
Mastering Advanced Collectors: Group, Map, & Average Data in Java Streams | PART 9

Stop writing 20-line nested loops! In this video, we dive deep into the "Engine Room" of the Java Stream API to master ...

13:54
Mastering Advanced Collectors: Group, Map, & Average Data in Java Streams | PART 9

39 views

2 months ago

Roel Van de Paar
How to convert if and for each to java Streams? (2 Solutions!!)

amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! How to convert if and for each to java ...

2:12
How to convert if and for each to java Streams? (2 Solutions!!)

4 views

7 days ago

The Debug Zone
How to Create a Map from a List of Strings Using Java Streams

In this video, we'll explore the powerful capabilities of Java Streams by demonstrating how to transform a simple list of strings into ...

1:31
How to Create a Map from a List of Strings Using Java Streams

0 views

11 months ago

The Debug Zone
Java Streams: How to Sort with Comparator - A Step-by-Step Guide

In this video, we dive into the powerful world of Java Streams and explore how to effectively sort data using Comparators. Whether ...

2:40
Java Streams: How to Sort with Comparator - A Step-by-Step Guide

3 views

9 months ago

Roel Van de Paar
Java 8 Streams - Map Multiple Object of same type to a list using streams (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:52
Java 8 Streams - Map Multiple Object of same type to a list using streams (2 Solutions!!)

51 views

11 months ago

The Debug Zone
Extracting Elements from List of Lists in Kotlin Using Java Stream API

In this video, we delve into the powerful combination of Kotlin and the Java Stream API to efficiently extract elements from a list of ...

1:31
Extracting Elements from List of Lists in Kotlin Using Java Stream API

2 views

8 months ago

The Debug Zone
Count Specific Characters in 2D Array Using Java Streams: A Step-by-Step Guide

In this video, we dive into the powerful capabilities of Java Streams to efficiently count specific characters within a 2D array.

1:32
Count Specific Characters in 2D Array Using Java Streams: A Step-by-Step Guide

3 views

10 months ago

Coding wala Shree
Java Streams: collect() Explained with Examples | Supplier, Accumulator & Combiner | Part 8

In this video, we deep dive into the collect() method in the Java Stream API. This is Part 1 of the collect() discussion, where we ...

14:30
Java Streams: collect() Explained with Examples | Supplier, Accumulator & Combiner | Part 8

98 views

5 months ago

The Debug Zone
How to Find Maximum Value in a BigDecimal List Using Java 8 Streams

In this video, we'll explore how to efficiently find the maximum value in a list of BigDecimal numbers using Java 8 Streams.

1:31
How to Find Maximum Value in a BigDecimal List Using Java 8 Streams

0 views

7 months ago

The Debug Zone
Java 8 Streams: Filter List Items Based on Conditions from Another List

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to filter items in one list based on conditions ...

2:06
Java 8 Streams: Filter List Items Based on Conditions from Another List

0 views

8 months ago

The Debug Zone
Convert ArrayListbyte[] to byte[] in Java Using Streams: A Step-by-Step Guide

In this video, we will explore a practical approach to converting an `ArrayListbyte[]` into a single `byte[]` array in Java using the ...

2:18
Convert ArrayListbyte[] to byte[] in Java Using Streams: A Step-by-Step Guide

0 views

8 months ago

The Debug Zone
How to Split a List into Sublists Using Java Stream API: A Step-by-Step Guide

In this video, we'll explore the powerful capabilities of the Java Stream API by demonstrating how to split a list into sublists ...

2:17
How to Split a List into Sublists Using Java Stream API: A Step-by-Step Guide

20 views

11 months ago

Bulgarian Java User Group
Stream Gatherers - let's get to know each other better!, Marcin Chrost

The concept of Stream Gatherers introduced as a permanent feature in JDK 24 naturally complements what was missing in the ...

45:26
Stream Gatherers - let's get to know each other better!, Marcin Chrost

24 views

3 weeks ago

The Debug Zone
Java Stream Collectors: Differences Between toMap() and groupingBy() Explained

In this video, we dive into the world of Java Streams, focusing on two powerful collectors: `toMap()` and `groupingBy()`.

2:17
Java Stream Collectors: Differences Between toMap() and groupingBy() Explained

9 views

9 months ago

The Debug Zone
Equivalent of Java Stream#Peek in C#: LINQ C# Techniques Explained

In this video, we dive into the world of LINQ in C# and explore the equivalent of Java's Stream#peek method. If you're familiar with ...

2:14
Equivalent of Java Stream#Peek in C#: LINQ C# Techniques Explained

23 views

11 months ago

The Debug Zone
Using Multiple Aggregate Functions with Java 8 Stream API: A Complete Guide

In this video, we dive into the powerful capabilities of Java 8's Stream API, focusing on how to effectively use multiple aggregate ...

2:55
Using Multiple Aggregate Functions with Java 8 Stream API: A Complete Guide

1 view

11 months ago

The Debug Zone
Understanding Stream Operations: Friendly vs Unfriendly, Ordered vs Unordered

In this video, we delve into the fascinating world of stream operations, a crucial concept in data processing and programming.

1:52
Understanding Stream Operations: Friendly vs Unfriendly, Ordered vs Unordered

0 views

11 months ago

The Debug Zone
Understanding sequenceNumberForOrdering in Kinesis Streams with Java SDK

In this video, we delve into the concept of `sequenceNumberForOrdering` in Amazon Kinesis Streams, specifically focusing on its ...

1:32
Understanding sequenceNumberForOrdering in Kinesis Streams with Java SDK

1 view

9 months ago

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!

1 view

9 months ago