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
5,286 results
Explore the `BiConsumer` and `Function` interfaces in Java to effectively use method references for getters and setters in your ...
0 views
9 months ago
"Story 57: Java Bhai's Shortcut for Serving Tea — Method References" explains the concept of method references in Java ...
14 views
5 months ago
Explore how method references work in Java, especially when invoking instance methods without using `new()`. Understand the ...
8 months ago
In this video, we delve into the concept of method references in Java, a powerful feature introduced in Java 8 that enhances the ...
1 view
7 months ago
Today's Topic: Concise way of composing Java method references? Thanks for taking the time to learn more. In this video I'll go ...
2 views
7 days ago
Learn how to effectively handle `SQLException` while using Java 8 streams and `Collectors.toMap` with method references in this ...
Learn how to effectively convert lambda expressions to method references in Java, using a practical example to eliminate ...
Explore how to design a flexible method in Java that takes any setter as a parameter using generics. Learn practical ...
10 months ago
Learn how to convert lambda expressions to method references in Java, specifically using `Integer::compareTo`. This guide ...
Discover how to resolve the syntax error when using method references in Java by understanding the proper syntax and structure.
4 months ago
Explore the issue of Java method references and understand how to resolve the functional interface error using clear sections and ...
Discover why using bounded method references in Java can lead to a `ClassCastException` and how it differs from calling ...
Explore the concept of method references in Java. Learn whether creating a method reference from an anonymous class ...
In this video, we explore the powerful feature of method references in Java and how they can simplify your code when working ...
Explore the common pitfalls in Java 8 Streams, specifically the challenge of using `method referencing` in the collect method.
Explore how Java lambda expressions and method references can create functional interfaces with ease. Understand their ...
Explore how the `this` keyword works in Java class methods and how to pass the reference of the current object seamlessly.
Discover how to effectively utilize a `Java 8 Method Reference` with streams by following our step-by-step guide. Learn the best ...
Discover why using method references in `Optional.ifPresent()` can lead to unexpected `ClassCastException` errors, even when ...
Welcome to Chapter 13 (Part 21) of our Java Tutorial Series! In this video, we'll explore practical examples of Method ...
4 views