ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

197 results

Commit And Run
Why Java Lambda Functions Exist (Explained from Scratch)

Java lambda functions can feel strange and confusing — especially if you're coming from pre-Java 8 or learning Java for ...

5:03
Why Java Lambda Functions Exist (Explained from Scratch)

0 views

4 days ago

Tech Dive with Kosha
Why Java Developers MUST Learn Streams & Lambda  | Write Less, Do More

Modern Java is no longer about long loops and verbose code. If you're a Java developer and not using Streams & Lambda, ...

6:21
Why Java Developers MUST Learn Streams & Lambda | Write Less, Do More

21 views

6 days ago

Modding by Kaupenjoe
Hytale & Minecraft Modding Java Introduction (2026) #30: Lambda Expressions

In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are looking at Lambda Expressions, Functional ...

38:49
Hytale & Minecraft Modding Java Introduction (2026) #30: Lambda Expressions

937 views

1 month ago

Anees Ahmed
Java 8 Features 1 (Lambda and Functional Interface) by Jafru

Java 8 features introduction and Lambda Expression is Anonymous function and Functional Interface as Single Abstract Method.

48:44
Java 8 Features 1 (Lambda and Functional Interface) by Jafru

78 views

3 weeks ago

10xscaleai
Java Lambda Expressions | Filter & Predicate Explained with Examples | Design pattern

In this video, we explain Java Lambda Expressions along with Filter and Predicate in a simple and practical way. Topics ...

1:22:25
Java Lambda Expressions | Filter & Predicate Explained with Examples | Design pattern

18 views

1 month ago

Durga Software Solutions
Mastering Lambda Expressions Streamlining Java Code for Efficiency

Lambda expressions changed the way Java developers write code In this video, you'll master Lambda Expressions and learn ...

5:51
Mastering Lambda Expressions Streamlining Java Code for Efficiency

152 views

2 weeks ago

The Training Guru
Lambda Expressions in Java with AI / Copilot

In this tutorial, I am teaching you the following: 1. What is lambda expression 2. Simple Example 3. Real use case 4. Generating ...

28:03
Lambda Expressions in Java with AI / Copilot

41 views

3 days ago

The Debug Zone
Lambda function in Java 8 with no parameter and returning value

Today's Topic: Lambda function in Java 8 with no parameter and returning value Thanks for taking the time to learn more. In this ...

2:54
Lambda function in Java 8 with no parameter and returning value

0 views

12 days ago

RoboticQA Academy
Java Streams Explained – map, filter, reduce

Learn Java Stream API step-by-step in this video. We cover the most important Java 8 features including Functional Interfaces, ...

57:10
Java Streams Explained – map, filter, reduce

86 views

3 weeks ago

IntelliSkills
Java forEach Method using Stream API & Lambda Expressions | Practical Coding | Session 1

In this video (Session 1), you will learn the Java forEach() method in Stream API using Lambda Expressions with practical coding ...

7:05
Java forEach Method using Stream API & Lambda Expressions | Practical Coding | Session 1

19 views

4 weeks ago

PhilodeX
#01 | Functional Interface and Lambda Expression in Java 8 | Explained

Java Functional Interface and Lambda Expression Explained In this video, we learn Functional Interface and Lambda Expression ...

6:02
#01 | Functional Interface and Lambda Expression in Java 8 | Explained

2 views

3 weeks ago

Coding-Config
Java 8 Features - Functional Interface 1|| With AI Tools || Grok || NotebookLM

I explained the concept of Functional Interfaces in Java, which are interfaces that contain only one public abstract method, ...

6:45
Java 8 Features - Functional Interface 1|| With AI Tools || Grok || NotebookLM

64 views

3 weeks ago

NLJUG
Optimizing Java on AWS Lambda I Julian Exenberger

Java has a poor reputation on Serverless due to it's slow startup speed, this session gives you tips and tricks on how to optimize ...

51:44
Optimizing Java on AWS Lambda I Julian Exenberger

59 views

4 weeks ago

VSP Technologies
Java 8 Features | Functional Programming Basics

In this video, we explore Functional Programming in Java, an important concept in Java Fundamentals, introduced mainly in Java ...

10:45
Java 8 Features | Functional Programming Basics

22 views

4 weeks ago

dailyTechBuilder
Java 8 Lambda Expressions: History & Benefits Explained | Why Use Lambda?

In this video, we dive deep into Java 1.8 Lambda Expressions. Many developers use Lambda, but do you know the history behind ...

4:10
Java 8 Lambda Expressions: History & Benefits Explained | Why Use Lambda?

0 views

1 day ago

Feel Like me?
Java Streams - print words greater than length 3
1:32
Java Streams - print words greater than length 3

41 views

9 days ago

The Debug Zone
Java 8 Lambda List to MapInt, ListString

Today's Topic: Java 8 Lambda List to MapInt, ListString Thanks for taking the time to learn more. In this video I'll go through your ...

1:46
Java 8 Lambda List to MapInt, ListString

0 views

2 weeks ago

Java Guides
What is Functional Programming in Java?

Functional programming in Java is a programming style where you write code using functions as the primary building blocks ...

1:24
What is Functional Programming in Java?

415 views

1 day ago

vlogommentary
Understanding Why a Kotlin Lambda Wrapped as a Functional Interface Gets Garbage Collected

Explore why Kotlin lambdas passed to Java methods expecting functional interfaces might be garbage collected when stored as ...

4:36
Understanding Why a Kotlin Lambda Wrapped as a Functional Interface Gets Garbage Collected

0 views

5 days ago

ShashCode
Comparable vs Comparator in Java | Sorting Objects | Lambda Expressions Explained

Lecture Resources ...

25:54
Comparable vs Comparator in Java | Sorting Objects | Lambda Expressions Explained

437 views

3 weeks ago

Coding-Config
Java 8 Features - Lambda Expression 2|| With AI Tools uses || Napkin || NotebookLM

I explained the concept of Lambda Expression in Java. Lambda expressions allow you to write short blocks of code that take ...

8:05
Java 8 Features - Lambda Expression 2|| With AI Tools uses || Napkin || NotebookLM

28 views

12 days ago

ING Hubs Romania
Own your design - Functional principles vs the framework | Tiberiu Tofan at DevCon - Java

On 5 November 2025, Tiberiu (Tibi) Tofan, software engineer at ING Hubs Romania was one of the speakers at DevCon. Tiberiu ...

31:21
Own your design - Functional principles vs the framework | Tiberiu Tofan at DevCon - Java

82 views

3 weeks ago

Anees Ahmed
Java 8 Features 3 (Method Reference and Optional) by Jafru

Method Reference Short hand notation of Lambda Expression Optional to avoid Null pointer exceptions.

1:25:13
Java 8 Features 3 (Method Reference and Optional) by Jafru

31 views

3 weeks ago

LogicStack
Java Stream filter() Explained Simply — Stop Writing if-else in Loops | Common Mistakes & Examples

Java Stream filter() explained in a simple and practical way. In this video, you'll learn how the Stream API filter() method works, ...

7:57
Java Stream filter() Explained Simply — Stop Writing if-else in Loops | Common Mistakes & Examples

9 views

9 days ago

LogicStack
Java Stream forEach() Explained | Common Mistakes You MUST Avoid

In this video, we deep dive into the Java Stream forEach() method — one of the most misunderstood parts of Java Streams.

8:53
Java Stream forEach() Explained | Common Mistakes You MUST Avoid

18 views

9 days ago