ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

462 results

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

10 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

2 months ago

SBros
The Only PvP Guide You’ll Ever Need

Tired of getting destroyed in Minecraft PvP? This is THE Minecraft PvP guide that will actually make you better! ⏱️Full Guide ...

11:04
The Only PvP Guide You’ll Ever Need

405,448 views

5 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

2 months ago

CharlesGPT
Java Course 8 (2026) • OOP Essentials: Learn Classes & Objects the Fun Way! 🚀

java #oop #beginners Ready to unlock the power of Object-Oriented Programming in Java? In Course 8, we dive into classes, and ...

16:07
Java Course 8 (2026) • OOP Essentials: Learn Classes & Objects the Fun Way! 🚀

16 views

6 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

10 months ago

The Debug Zone
Java 8 Streams: Handling Elements with Boolean Fields Effectively

In this video, we delve into the powerful features of Java 8 Streams, focusing on how to effectively handle elements with Boolean ...

1:53
Java 8 Streams: Handling Elements with Boolean Fields Effectively

3 views

6 months ago

Brain Opener
8  Java Tutorial For Beginners
8:35
8 Java Tutorial For Beginners

1 view

11 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

7 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

2 months ago

The Debug Zone
Java 8 Sort by Multiple Fields: A Guide to Sorting with Two Criteria

In this video, we delve into the powerful sorting capabilities introduced in Java 8, focusing on how to sort collections using multiple ...

1:47
Java 8 Sort by Multiple Fields: A Guide to Sorting with Two Criteria

4 views

3 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

6 months ago

Brogan M. Pratt
Learn Java for Robotics: Your First Program (FTC)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

23:41
Learn Java for Robotics: Your First Program (FTC)

9,719 views

6 months ago

Edgars Garsneks
DIY Testing Framework - Java Reflection API #8

Ever wondered how JUnit actually works under the hood? In this video, we'll build our own mini unit testing framework from ...

43:04
DIY Testing Framework - Java Reflection API #8

71 views

3 months ago

The Debug Zone
How to Determine the Ideal Metaspace Size for Java 8 Applications

In this video, we delve into the intricacies of Java 8's memory management, focusing specifically on metaspace—a crucial ...

1:53
How to Determine the Ideal Metaspace Size for Java 8 Applications

1 view

1 month ago

MGB
01 03 Java

0:02 - Motivation for implementing algorithms 1:22 - Java is our language of choice 2:09 - Java compilation demo 6:35 - Java ...

17:39
01 03 Java

15 views

3 weeks ago

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

2 months ago

Vaadin
How to Migrate Legacy Java Apps with Modernization Toolkit 24.7 | Webinar

Discover what's new in Modernization Toolkit 24.7 and learn best practices for migrating legacy Java applications — from UI to ...

1:02:46
How to Migrate Legacy Java Apps with Modernization Toolkit 24.7 | Webinar

371 views

8 months ago

Edgars Garsneks
Bad test hunting - Mutation Testing

Are your tests solid? Break them! Mutation testing breaks your code on purpose to reveal hidden flaws in your test suite.

8:33
Bad test hunting - Mutation Testing

81 views

7 months ago

buildingwitheze
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

Unlock the power of asynchronous programming in Java with CompletableFuture! For more subscribe here ...

4:05
CompletableFuture in Java Explained: Asynchronous Programming Made Easy!

41 views

6 months ago

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

... Repository: https://github.com/codingwalashree/codingwalashree-java8-features/tree/main/stream-api-demo Don't forget to ...

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

96 views

7 months ago

The Debug Zone
Flattening Lists in Java 8: Using Optional for Stream Processing

In this video, we delve into the powerful features of Java 8, focusing on how to flatten lists using the Optional class in conjunction ...

1:31
Flattening Lists in Java 8: Using Optional for Stream Processing

8 views

10 months ago

The Debug Zone
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

In this video, we dive into the world of concurrency in Java, focusing on the powerful CompletableFuture class. We'll explore the ...

1:53
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

3 views

3 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

683 views

11 months ago

Eukairos
Change Java Heap Size in Neo4j Desktop
0:43
Change Java Heap Size in Neo4j Desktop

1 view

1 month ago