ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

30 results

The Debug Zone
Java 8 Type Inference Error: Assigning Lambda Expression to Object Variable

In this video, we delve into a common pitfall encountered in Java 8: the type inference error that arises when assigning lambda ...

1:55
Java 8 Type Inference Error: Assigning Lambda Expression to Object Variable

0 views

1 month ago

The Debug Zone
Can Lambda Expressions Return from a Method and Break Execution in Java?

In this video, we delve into the intriguing world of lambda expressions in Java and explore their behavior in relation to method ...

1:38
Can Lambda Expressions Return from a Method and Break Execution in Java?

1 view

1 month ago

Im-Teched
Java Stream Magic Makes Duplicates DISAPPEAR!

Remove Duplicates from a List using Java Streams – Explained Fast! java stream, java stream api, java stream duplicate, java ...

0:59
Java Stream Magic Makes Duplicates DISAPPEAR!

98 views

7 months ago

The Debug Zone
Java 8 Lambda Stream with JsonArray: A Complete Guide and Solutions

In this comprehensive guide, we delve into the powerful features of Java 8, focusing on Lambda expressions and the Stream API, ...

1:53
Java 8 Lambda Stream with JsonArray: A Complete Guide and Solutions

5 views

9 months ago

The Debug Zone
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

In this video, we dive into the powerful features of Java 8, focusing on how to apply multiple functions to a single value using the ...

1:31
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

2 views

9 months ago

The Debug Zone
Java 8 Functional Interface for Callbacks: A Complete Guide and Solutions

In this video, we dive into the world of Java 8 functional interfaces, focusing specifically on their role in implementing callbacks.

1:34
Java 8 Functional Interface for Callbacks: A Complete Guide and Solutions

2 views

1 month ago

Coding wala Shree
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

Master Java Streams in Java 8 with real-world examples! In this video, we explore four powerful Java Stream API methods: ...

40:44
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

652 views

10 months ago

Naim
Lambda Expression with practical Examples

Actually khub ekta vallgtache na tai lecture ta ready kora. Vallagtache na karon hoilo emotional ekta voidness kaj korteche inside.

19:20
Lambda Expression with practical Examples

14 views

9 months ago

The Debug Zone
Understanding Why Functional Interfaces Can't Have Multiple Abstract Methods in Java 8

In this video, we delve into the concept of functional interfaces in Java 8, exploring their significance in the context of lambda ...

2:17
Understanding Why Functional Interfaces Can't Have Multiple Abstract Methods in Java 8

3 views

2 months ago

The Debug Zone
How to Set a Boolean Flag Inside Java 8 Streams: A Step-by-Step Guide

In this video, we'll explore the concept of using boolean flags within Java 8 Streams, a powerful feature that allows for ...

2:00
How to Set a Boolean Flag Inside Java 8 Streams: A Step-by-Step Guide

3 views

4 months ago

The Debug Zone
How to Remove Duplicates from a List in Java 8: A Step-by-Step Guide

In this video, we'll explore a common challenge faced by Java developers: removing duplicates from a list. With the introduction of ...

2:32
How to Remove Duplicates from a List in Java 8: A Step-by-Step Guide

0 views

2 months ago

The Debug Zone
Understanding Java 8 Stream Map: How It Works and Common Use Cases

In this video, we dive into the powerful features of Java 8's Stream API, focusing specifically on the `map` function. You'll learn ...

1:55
Understanding Java 8 Stream Map: How It Works and Common Use Cases

0 views

1 month 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

3 months ago

Coding wala Shree
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

"Are null values causing headaches in your Java projects?" Learn how to eliminate NullPointerExceptions using the powerful ...

41:45
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

1,400 views

11 months ago

Coding wala Shree
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

Java Stream API Terminal Operations Explained In this video, we explore 5 powerful terminal operations in the Java Stream API: ...

21:54
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

92 views

6 months ago

The Debug Zone
Java 8 Function Style: Understanding Currying vs Function Composition Explained

In this video, we delve into the powerful concepts of currying and function composition in Java 8, two essential techniques that can ...

1:31
Java 8 Function Style: Understanding Currying vs Function Composition Explained

0 views

2 months ago

The Debug Zone
Java Double Colon Operator: Resolving Overloaded Method Issues

In this video, we dive into the Java Double Colon Operator, a powerful feature introduced in Java 8 that simplifies method ...

1:54
Java Double Colon Operator: Resolving Overloaded Method Issues

0 views

3 months ago

The Debug Zone
Java 8 Streams: How to Use Maps with Parameters Effectively

In this video, we dive into the powerful world of Java 8 Streams, focusing specifically on how to effectively use maps with ...

1:30
Java 8 Streams: How to Use Maps with Parameters Effectively

13 views

6 months ago

The Debug Zone
Java 8 Stream: Summing Values for Duplicate Keys in a Map

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to efficiently sum values for duplicate keys in a ...

2:01
Java 8 Stream: Summing Values for Duplicate Keys in a Map

1 view

7 months ago

Tech India Make India
Print Even & Odd with IntStream & Method Reference

Welcome to this Java 8 tutorial where we explore how to print even and odd numbers using the Stream API, IntStream, forEach, ...

8:10
Print Even & Odd with IntStream & Method Reference

38 views

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

4 months ago

The Debug Zone
Java 8 Streams: Understanding forEach Interference with Field Updates

In this video, we delve into the intricacies of Java 8 Streams, focusing specifically on the concept of forEach interference and its ...

3:53
Java 8 Streams: Understanding forEach Interference with Field Updates

8 views

9 months ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

681 views

11 months ago

The Debug Zone
Java 8 Supplier vs Constructor: Understanding Functional Interfaces in Java

In this video, we dive into the world of Java 8 functional interfaces, focusing on the key differences between Suppliers and ...

2:11
Java 8 Supplier vs Constructor: Understanding Functional Interfaces in Java

0 views

2 months ago

The Debug Zone
Understanding Method References in Java: Parameters Explained with Examples

In this video, we delve into the concept of method references in Java, a powerful feature introduced in Java 8 that enhances the ...

1:55
Understanding Method References in Java: Parameters Explained with Examples

1 view

6 months ago