Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
885 results
I explained the concept of Functional Interfaces in Java, which are interfaces that contain only one public abstract method, ...
64 views
3 weeks ago
Github link ...
11 views
2 weeks ago
Java Stream API Java 8 Streams Functional Interface Java Lambda Expression Java Method Reference Java Java Streams ...
86 views
redicate Functional Interface is one of the most important Java 8 functional interfaces, heavily used in Streams, filtering logic, ...
Modern Java is no longer about long loops and verbose code. If you're a Java developer and not using Streams & Lambda, ...
21 views
7 days ago
Java Functional Interface and Lambda Expression Explained In this video, we learn Functional Interface and Lambda Expression ...
2 views
Explore why Kotlin lambdas passed to Java methods expecting functional interfaces might be garbage collected when stored as ...
0 views
5 days ago
In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are looking at Lambda Expressions, Functional ...
937 views
1 month ago
Java 8 features introduction and Lambda Expression is Anonymous function and Functional Interface as Single Abstract Method.
78 views
In this tutorial, I am teaching you the following: 1. What is lambda expression 2. Simple Example 3. Real use case 4. Generating ...
43 views
3 days ago
Functional programming in Java is a programming style where you write code using functions as the primary building blocks ...
438 views
1 day ago
Functional Interfaces are the foundation of Lambda expressions and functional programming in Java In this video, we explain ...
39 views
📝 Training & Certification: 👉 https://forms.gle/dhZhETccxuQTCBQB9 In this video, you will learn Functional Interface in Java ...
63 views
4 weeks ago
Complete Interview Preparation Material: https://topmate.io/genzcareer/930954 Interview Preparation Kit: ...
10,010 views
13 days ago
Java 8 Built-in Functional Interfaces – Complete Explanation In this video, I explain the four most important built-in functional ...
5 views
Java8 #Java8Features #JavaProgramming #javainterview This Java 8 Features – All in One video explains all important Java 8 ...
53 views
12 days ago
Java lambda functions can feel strange and confusing — especially if you're coming from pre-Java 8 or learning Java for ...
4 days ago
java #JavaProgramming #JavaFeatures 0:00 Introduction 2:00 Java 8 Features 2:10 Lambda Expressions 3:10 Functional ...
125 views
In this tutorial, you will learn how to use the Consumer functional interface in Java with practical examples. We start by explaining ...
23 views
In this video, we explore Functional Programming in Java, an important concept in Java Fundamentals, introduced mainly in Java ...
22 views
On 5 November 2025, Tiberiu (Tibi) Tofan, software engineer at ING Hubs Romania was one of the speakers at DevCon. Tiberiu ...
83 views
What's the Use of Default Methods in Interfaces? Java interview questions *********************************************** Blog link ...
17 views
Functional Interface predefined by java are Predicate, Consumer, Supplier and Function.
In this video, we explain Java Lambda Expressions along with Filter and Predicate in a simple and practical way. Topics ...
18 views
Method Reference Short hand notation of Lambda Expression Optional to avoid Null pointer exceptions.
31 views