ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

280 results

primejava_official
Java 8 Made Easy: Lambda & Method Reference 🔥

Java8#LambdaExpression#MethodReference#JavaTutorial#JavaForBeginners#JavaInterview#CoreJava#JavaProgramming# ...

29:28
Java 8 Made Easy: Lambda & Method Reference 🔥

28 views

11 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

25 views

2 weeks ago

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)

25 views

2 weeks ago

Interview Mentor App
¿Qué es una Expresión Lambda en Java? Pregunta de Entrevista

Aprende qué son las expresiones lambda en Java y cómo revolucionaron la programación funcional en Java 8. Cubre sintaxis ...

0:47
¿Qué es una Expresión Lambda en Java? Pregunta de Entrevista

0 views

4 days 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?

665 views

2 weeks ago

Interview Mentor App
What is a Lambda Expression in Java? Interview Question

Learn what lambda expressions are in Java and how they revolutionized functional programming in Java 8. Covers syntax ...

1:50
What is a Lambda Expression in Java? Interview Question

1 view

10 days 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

47 views

2 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?

24 views

2 weeks 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

3 weeks ago

Software Engineer
What is Lambda Expression in Java 8? | Functional Interface & Examples | Lambda Expression in Java 8

In this video, we will learn about Lambda Expression in Java 8, one of the most important features introduced in Java 8. Lambda ...

3:43
What is Lambda Expression in Java 8? | Functional Interface & Examples | Lambda Expression in Java 8

21 views

5 days ago

Mike Møller Nielsen
Java Stream Average the right way with IntSummaryStatistics

Join this channel to get access to perks: https://www.youtube.com/channel/UCxWCnBPnLrCBsMg-0TWTzpQ/join Enjoy! :-) Thank ...

12:52
Java Stream Average the right way with IntSummaryStatistics

33 views

2 weeks 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

3 weeks ago

Rupesh Lomate
Master Java Lambda Expression | Java Method Reference | What is Functional Programming

this video is about java lambda expression. What is lambda expression ? What is the use of lambda expression? How to use ...

32:31
Master Java Lambda Expression | Java Method Reference | What is Functional Programming

29 views

2 weeks ago

NDC Conferences
Java Sucks (So C# Didn't Have To) - Adele Carpenter - NDC London 2026

This talk was recorded at NDC London in London, England. #ndclondon #ndcconferences #developer #softwaredeveloper Attend ...

57:39
Java Sucks (So C# Didn't Have To) - Adele Carpenter - NDC London 2026

2,621 views

11 days ago

IEMDaily - Video Lecture Notes (English)
77. Anonymous Inner Classes vs. Lambdas: The Ultimate Java Makeover

Are you tired of looking at big blocks of clunky, verbose Java code, specifically anonymous inner classes? In this video, we dive ...

6:54
77. Anonymous Inner Classes vs. Lambdas: The Ultimate Java Makeover

1 view

3 weeks ago

IEMDaily - Video Lecture Notes (English)
78. From 5 Lines to 1: Simplify Java Code with Lambda Expressions

Stop writing clunky code! In this tutorial, we zoom in on Java Lambda Expressions that return a value—a critical concept for ...

6:52
78. From 5 Lines to 1: Simplify Java Code with Lambda Expressions

2 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

32 views

3 weeks 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

1 view

2 weeks ago

CodeToCloudWithMruVedh
Java 8 Features Explained in Detail | Lambda, Stream API, Optional I #Java8#Java8Features#StreamAPI

Java8 #Java8Features #StreamAPI In this video, we explain all important Java 8 features in a simple and practical way.

52:49
Java 8 Features Explained in Detail | Lambda, Stream API, Optional I #Java8#Java8Features#StreamAPI

72 views

3 weeks ago

IEMDaily - Video Lecture Notes (English)
102. Java Streams vs. Loops: Build a Data Assembly Line

Stop wrestling with clunky for-loops and messy boilerplate code. In this video, we visualize Java Streams as a data "Assembly ...

7:12
102. Java Streams vs. Loops: Build a Data Assembly Line

8 views

3 weeks ago

IEMDaily - Video Lecture Notes (English)
66. Why Create a Subclass? Master Java Anonymous Inner Classes Instead

Unlock the power of Java Anonymous Inner Classes! Have you ever needed to change the behavior of a single object without ...

5:52
66. Why Create a Subclass? Master Java Anonymous Inner Classes Instead

4 views

3 weeks ago

IEMDaily - Video Lecture Notes (English)
76. Master Java Functional Interfaces: The Key to Lambda Expressions

Are you a Java developer looking to sharpen your skills or a student preparing for an exam? In this video, we dive deep into the ...

5:59
76. Master Java Functional Interfaces: The Key to Lambda Expressions

1 view

3 weeks ago

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

41 views

3 weeks ago

vlogize
Verstehen von Currying in Java: Von Lambda-Ausdrücken zu anonymen Klassen

Erforschen Sie den Übergang von Lambda-Ausdrücken zu anonymen Funktionen in Java, mit Schwerpunkt auf der ...

1:39
Verstehen von Currying in Java: Von Lambda-Ausdrücken zu anonymen Klassen

0 views

4 weeks ago

Software Engineer
Java 8 Functional Interface Explained | @FunctionalInterface | Lambda Expressions | Java 8 Features

In this video, we will learn about Functional Interface in Java 8, one of the most important features introduced in Java 8. We will ...

5:46
Java 8 Functional Interface Explained | @FunctionalInterface | Lambda Expressions | Java 8 Features

16 views

5 days ago