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
9,468 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
6 days ago
How to Compare Characters in Java Comparing characters in Java is a common operation when working with strings and ...
58 views
1 year ago
Confused about how Java's compareTo() works for Strings? In this video, I break it down step by step, showing how characters are ...
136 views
4 months ago
Understand the real difference between Comparator and Comparable in Java and why this topic is so important in real-world ...
2,079 views
2 months ago
Are you struggling to understand Comparator and Comparable in Java? In this video, we'll break down Comparator and ...
16,364 views
11 months ago
Discover effective strategies for managing `null` fields in Java's `compare()` method, ensuring efficient comparisons without deep ...
2 views
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
7 months ago
Learn how to compare images in Java and effectively detect changes in object positions using computer vision techniques.
37 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
10 months ago
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
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 ...
Learn how to effectively compare two JSON files in Java, detect differences, and utilize POJOs for structured data representation.
103 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
Learn how to successfully implement the `compareTo` method for sorting pairs of doubles in Java, including common pitfalls and ...
5 months ago
Learn how to resolve the `java: long cannot be dereferenced` error when using lambda expressions in Java. We'll explore the ...