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
10,399 results
Learn how Java's String.compareTo method works and how to compare Strings in Java! This video explains how Java's key String ...
39 views
11 days ago
Are you struggling to understand Comparator and Comparable in Java? In this video, we'll break down Comparator and ...
16,551 views
11 months ago
Understand the real difference between Comparator and Comparable in Java and why this topic is so important in real-world ...
2,195 views
2 months ago
Discover effective strategies for managing `null` fields in Java's `compare()` method, ensuring efficient comparisons without deep ...
2 views
In this video, I explain how to use the Comparable interface in Java 8 to sort objects based on natural ordering. Whether you're ...
40 views
7 months ago
Continue your String deep dive! We cover substring (returning a subsection using inclusive start and exclusive end indices) and ...
8 views
3 months ago
Dive into the complexities of the `compareTo()` method in Java, clarifying how it interacts with the Comparable interface and ...
3 views
Discover how to effectively handle the `compareTo` method override issue in Java subclasses without breaking the Comparable ...
7 views
9 months ago
In this video, we dive into Java conditions and explore the proper way to compare strings. Learn why using the double equal ...
6 views
Esta función compara dos textos entre si, para mas informacion y ejemplos les recomiendo visitar mi blog: ...
10 months ago
Dive into the intricacies of Java's `compareTo` method and learn why it throws `NullPointerException` (NPE) in certain scenarios.
0 views
Discover why the order of the `compareTo()` method matters in sorting algorithms in Java, and learn how to customize your ...
Explore the time complexity of Java's `String compareTo` function while learning how to find the lexicographically smallest and ...
4 months ago
Learn how to effectively compare two JSON files in Java, detect differences, and utilize POJOs for structured data representation.
106 views
Discover how to effectively utilize `compareTo` with specific Comparables in Java, enhancing type safety and code readability.
Learn how to implement your own `compareTo()` method in Java without the use of Apache CompareToBuilder. Discover the ...
1 view
Explore the common pitfalls in Java's `compareTo` method and learn how to effectively address the problem of `this` returning ...
Learn how to resolve the `java: long cannot be dereferenced` error when using lambda expressions in Java. We'll explore the ...
6 months ago
Learn how to successfully implement the `compareTo` method for sorting pairs of doubles in Java, including common pitfalls and ...
5 months ago
Discover how to effectively implement the `compareTo` method in Java's generics to work with primitive types like Integer in your ...