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
3,616 results
Write a Java 8 program to convert a List of Employee objects into a Map using employeeId as key Stream API Playlist: ...
18 views
6 days ago
In this video, we solve a popular Java interview question: How to find the longest word from a given string using Java 8 Stream ...
0 views
I explained the concept of Functional Interfaces in Java, which are interfaces that contain only one public abstract method, ...
45 views
5 days ago
Lambda expressions Java Java lambda tutorial Functional programming Java Java 8 features Java streams and lambdas Clean ...
106 views
18 hours ago
Learn Java Stream API step-by-step in this video. We cover the most important Java 8 features including Functional Interfaces, ...
43 views
Java Functional Interface and Lambda Expression Explained In this video, we learn Functional Interface and Lambda Expression ...
Core Java, Java 8, Spring Boot, Microservice Interview Questions | Cognizant | L1 Round Java 8, Spring Boot, database interview ...
181 views
In this video, we deep dive into DEFAULT METHODS in Java 8 and understand how JVM internally resolves method calls ...
4 days ago
Thanks to Bluetti for making videos like this possible! Check out the Charger 2 ▻ https://bit.ly/3LmjQ9l and CES info ...
14,757 views
9 hours ago
Sorting of List using Stream API: An Important Programming problem Prior to Java8's Introduction of Stream: Natural Sorting: ...
32 views
15 hours ago
CORE JAVA with JAVA-8 Features Online Training @ DURGASOFT ...
46 views
Streams are used to process the Collections. Intermediate and Terminal Operations. Filter: It will filter the elements based on the ...
14 views
parallelStream() → Processes stream elements concurrently using multiple threads to improve performance on large datasets.
5 views
2 days ago
sorted() → Sorts the elements of the stream in natural or custom order. distinct() → Removes duplicate elements from the stream.
6 views
Today's Topic: Hibernate Java 8 ZonedDateTime Thanks for taking the time to learn more. In this video I'll go through your ...
What is forEach in Java 8? The forEach method is used to iterate over elements of a collection in a clean and readable way.
3 days ago
Filter: It filters the elements based on the given predicate. Map: It is used to transform elements from one stream to another stream.
11 views
... Supplier Java 8 features Java best practices Java coding examples Java interview questions Modern Java programming #Java ...
34 views
1 day ago
FlatMap : Flattens the nested structure. Any match, All match, None Match and count.
4 views
Java Interview Question | Find Maximum Frequency Word using Java 8 Streams In this video, we solve one of the most asked ...
9 views
In this video, we understand why Java 8 introduced static and default methods in interfaces, in a very simple and practical way.
Java 8 Interview Question | Convert List Names to Uppercase using Stream API In this video, we solve a frequently asked Java ...
7 days ago
Java String Interview Question |Java 8 Interview | Java program | Java coding interview | #reels This is one of the most asked ...
Check out my video! #MinecraftJava | another vid but in valatic smp.
In this video, we will learn how to sort a given list of decimal numbers in reverse (descending) order using Java. This is a very ...