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
12,640 results
Discover how to pass a callback function to a method in Java, similar to using a .NET Delegate, and improve your code's flexibility ...
189 views
10 months ago
Regular Interface vs Functional Interface #corejava #programming #coding #java4quicklearning functional interface,functional ...
3,238 views
9 months ago
In this short, I break down Functional Interfaces — a key concept behind Lambdas and clean Java code. Follow for more quick ...
1,647 views
2 months ago
In this short we will see how to use Functional Interface in Java For detailed hands-on video, check https://youtu.be/rtFeRxCxPNo ...
3,770 views
11 months ago
50 views
3 months ago
A function maps an object of a given type to an object of another type It is used by the map method of the stream interface The ...
100 views
4 months ago
Functional Interface in Java | Most Asked Interview Question In this video, we dive deep into one of the most important concepts ...
21 views
... que si eliminamos esto y eliminamos la anotación functional interface te das cuenta que el comportamiento sigue naturalmente ...
5,169 views
7 months ago
In this video, we explore the Consumer functional interface in Java 8. Learn how it is used to fetch and process data from ...
19 views
Do we really need to write multiple lines just to implement one method in Java? In this video, you will learn about one of the core ...
11 views
Explanation: A functional interface has exactly one abstract method (can have multiple default/static methods). please do hit like ...
163 views
Ever wondered what a functional interface is in Java? It's just an interface with ONE abstract method — perfect for clean, simple ...
375 views
8 months ago
In this video, you'll learn everything you need to know about the Supplier functional interface in Java 8. Understand how it works, ...
46 views
... in Java Kindly pause the video and think for a solution Answer is functional interface and lambda expression which is the Java 8 ...
5,218 views
21,773 views
"Learn how to use the Supplier interface in Java to generate and print today's date. In this video, we demonstrate how the Supplier ...
20 views
Confused about Functional interfaces in Java? Here's a quick short to understand this important interview question in under a ...
108 views
Quick tutorial on the Java Consumer interface. Understand how it works and where to use it in your code. Perfect for beginners ...
1,444 views
Java functional interface A Functional Interface is an interface that contains exactly one abstract method. It can have any number ...
306 views
... called as a function what is function function is basically a functional interface because lambda functions are representation of ...
26,639 views