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,251 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 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 importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...
3 views
1 month 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
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 essential topic of properly closing files in Java, focusing on the `Files.write` method. Proper file ...
6 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 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 restricting method access in Java, a crucial aspect of object-oriented ...
1 view
In this video, we delve into the intricacies of class initialization in Java, a crucial aspect for developers looking to optimize their ...
11 months ago
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 delve into the often-debated topic of null checks in Java programming. While null checks are a common practice ...
8 views
4 months ago
Java Stream API Terminal Operations Explained In this video, we explore 5 powerful terminal operations in the Java Stream API: ...
97 views
7 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 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 powerful `.peek()` method in Java 8 Streams, a feature that allows you to inspect elements as they ...
13 views
8 months ago
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 capabilities of Apollo-Android, a robust GraphQL client designed specifically for Android ...
In this video, we delve into the intricacies of type-safety issues that can arise when using instance methods in Java. As Java ...
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.