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
465 results
Understand when and why you can avoid wrapping Supplier instances with custom classes like DummySupplier, and how to ...
0 views
9mo ago
Learn how to use Java Streams to separate even and odd numbers in just one line of code! A quick and clear explanation of ...
23 views
11mo ago
4 views
8mo ago
Functional programming in Java is a programming style where you write code using functions as the primary building blocks ...
1,175 views
7mo ago
Learn how to separate even and odd numbers from a list in just one line using Java 8 Stream API! This simple yet powerful ...
5 views
Anonymous Object in Java | Java Interview Questions | Explained Simply.
61 views
4mo ago
Learn what lambda expressions are in Java and how they revolutionized functional programming in Java 8. Covers syntax ...
1 view
Inner classes in Java help logically group classes Learn member, static, local, and anonymous inner classes with examples.
The Single Rule of Java Lambdas! Lambda Secret The foundation of Functional Programming in Java! ✨ Before Java 8 ...
To create an interactive Java application that responds to clicks anywhere within a window, you must utilize the MouseListener ...
31 views
6mo ago
Welcome to Java Interview Ready Most developers learn Java by reading code. We learn Java by understanding how it works ...
22 views
3mo ago
in this video, we will learn how to handle exceptions in lambda expressions in Java and also cover interview question: Can You ...
667 views
10mo ago
In this quick Java tutorial, we demonstrate how to calculate the sum of numbers in a list using Java 8 Streams and the reduce() ...
9 views
Behind the Scenes: Lambda Equivalent The lambda expression is just syntactic sugar for creating an anonymous class ...
Welcome to Java2CloudAcademy ! In this video, you'll learn about YouTube Description (500 chars with emojis): Unlock the ...
What is method overloading in Java? Many developers confuse overloading with overriding — and interviews LOVE testing this.
2 views
Anonymous Inner Class – ✓ Definition An Anonymous Inner Class is a class without a name, created for one-time use.
3 views
Giải thích vì sao nên sử dụng lambda expressions thay cho anonymous classes trong Java. Lambda giúp mã ngắn gọn hơn, ...