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,934 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
Lambda expressions Java Java lambda tutorial Functional programming Java Java 8 features Java streams and lambdas Clean ...
105 views
16 hours ago
I explained the concept of Functional Interfaces in Java, which are interfaces that contain only one public abstract method, ...
45 views
5 days 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 ...
Sorting of List using Stream API: An Important Programming problem Prior to Java8's Introduction of Stream: Natural Sorting: ...
29 views
13 hours ago
Core Java, Java 8, Spring Boot, Microservice Interview Questions | Cognizant | L1 Round Java 8, Spring Boot, database interview ...
181 views
... Supplier Java 8 features Java best practices Java coding examples Java interview questions Modern Java programming #Java ...
34 views
22 hours ago
CORE JAVA with JAVA-8 Features Online Training @ DURGASOFT ...
46 views
4 days ago
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
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
1 day ago
Java 8 Interview Question | Convert List Names to Uppercase using Stream API In this video, we solve a frequently asked Java ...
7 days ago
In this video, we understand why Java 8 introduced static and default methods in interfaces, in a very simple and practical way.