ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

211 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

22 views

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

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

38 views

4 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

87 views

3 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

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

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

In this video, we dive into Java Lambda expressions—a powerful feature that transforms boilerplate code into clean, readable, ...

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

1 view

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

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

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

15 views

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

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

12 days ago

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

We also cover how to replace anonymous classes with clean Lambda expressions and explore "line upgrades" like .sorted() and ...

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

8 views

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

455 views

1 day ago

CodeToCloudWithMruVedh
Java 8 Features Full Course in 60 Minutes | Theory + Coding Examples #Java8#Java8Features#programs

Java8 #Java8Features #JavaProgramming #javainterview This Java 8 Features – All in One video explains all important Java 8 ...

50:43
Java 8 Features Full Course in 60 Minutes | Theory + Coding Examples #Java8#Java8Features#programs

53 views

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

446 views

3 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

2 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

CodeToCloudWithMruVedh
Java 8 vs Java 11 vs Java 17 vs Java 21 | Java  Features in Detail #Java#Java8#Java11#Java17#Java21

java #JavaProgramming #JavaFeatures 0:00 Introduction 2:00 Java 8 Features 2:10 Lambda Expressions 3:10 Functional ...

2:05:02
Java 8 vs Java 11 vs Java 17 vs Java 21 | Java Features in Detail #Java#Java8#Java11#Java17#Java21

126 views

2 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