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
133 results
Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...
19,349 views
8 years ago
In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...
684 views
1 year ago
Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...
39,631 views
7 years ago
Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...
101 views
5 years ago
Join Jecelyn in this episode of DevTools Tips and discover how source maps can improve your debugging workflow. Learn why ...
31,815 views
2 years ago
Unlock the Full Potential of Java Object Conversion! In this video, The Ultimate Engineer delves into the power of MapStruct, the ...
2,995 views
I did need to use Google Gson because I need to convert from JSON to a map because of this. Java does not have a working ...
33,099 views
This video contains one of the most asked coding questions related to java 8. One of the best book for Interview Questions Top ...
11,444 views
4 years ago
This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...
30,990 views
You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/command-line/ Help us caption ...
123,949 views
6 years ago
After all what is the difference between abstract classes and interfaces? When to use? Is it really enough to think that the ...
138,191 views
The Predicate interface is a predefined functional interface in Java that can help you achieve this goal. With its various handy ...
750 views
shorts Java reflection is excellent for creating extensibility on runtime. If you're using Jakarta EE, MicroProfile, or Spring, you're ...
2,137 views
Stream API is an efficient way to interact with any data structure in Java, such as any Collection implementation. These features ...
327 views
3 years ago
shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...
347 views
This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...
10,947 views
In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...
13,511 views
Have you ever been given a health data extract that contains just codes, but no display terms? Pathling is your friend! The display ...
78 views
This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.
1,488 views
shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...
364 views