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
1,252 results
In this video, we dive deep into the notorious Java Out of Memory Error, a common yet perplexing issue that developers face.
5 views
10 months ago
In this video, we dive into the intricacies of mocking the `getClass()` method in Java, a crucial skill for effective unit testing.
2 views
3 months ago
Java Stream API Terminal Operations Explained In this video, we explore 5 powerful terminal operations in the Java Stream API: ...
100 views
8 months ago
Most Spring Boot tutorials teach a simple layered structure with controller, service, and repository. While this is great for beginners, ...
249 views
12 days ago
In this video, we delve into the importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...
3 views
1 month ago
In this video, we delve into the fascinating world of cloning abstract objects in Java, specifically focusing on the challenges and ...
0 views
In this video, we delve into the essential topic of properly closing files in Java, focusing on the `Files.write` method. Proper file ...
6 months ago
In this video, we dive into the world of ModelMapper, a powerful library for object mapping in Java. Whether you're working on a ...
15 views
In this video, we delve into the essential topic of storing time duration in Java, a crucial aspect for developers working on ...
5 months ago
In this video, we delve into the fascinating world of interoperability between Scala and Java. As two of the most powerful ...
10 views
In this video, we delve into the intricacies of class initialization in Java, a crucial aspect for developers looking to optimize their ...
1 view
11 months ago
In this video, we delve into the Builder Pattern in Java, a powerful design pattern that simplifies the construction of complex objects ...
In this video, we delve into the intricacies of Java generics, specifically focusing on how to cast a `ClassT` to `ClassT extends Foo`.
In this video, we dive into the powerful features of Java 8, focusing on how to apply multiple functions to a single value using the ...
In this video, we delve into the powerful `.peek()` method in Java 8 Streams, a feature that allows you to inspect elements as they ...
13 views
Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.
493,831 views
9 months ago
In this video, we delve into the nuances of Java's CompletableFuture API, focusing on the key differences between the ...
In this video, we dive into the powerful features of Java 8 Streams, focusing on how to merge collections of objects based on a ...
In this video, we delve into the significant changes in Java's type inference between the javac versions 1.8.0_45 and 1.8.0_92.
In this video, we dive into the fascinating world of Java string manipulation, focusing on two key concepts: string concatenation ...