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,137 results
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
1,516 views
2 months ago
In under a minute, understand how the hashCode() method works and why it's essential for Java collections like HashMap and ...
23,817 views
8 months ago
In this lesson, we'll learn how to correctly compare objects, how to override the equals and hashCode methods, and what ...
2,122 views
10 months ago
Net this part 179 still writing your own get hash code by hand you don't need to juggle primes or xors anymore net has a built-in ...
16,079 views
Master the Java HashCode method! This video explains its purpose, functionality, and how it's used in hash tables within ...
185 views
... the size the size will be two right no wonder but what if I do this I will just add a hash code method based on name right and now ...
12,238 views
11 months ago
Giải thích vì sao cần override hashCode mỗi khi override equals trong Java. Khi không đồng bộ giữa equals và hashCode, các ...
266 views
1 month ago
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
44 views
3 weeks ago
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
2 views
2 weeks ago
This is a Java Core Interview Question! Learn the difference between equals() and hashCode(), their contract, and why you must ...
1,931 views
Explore whether caching the `getClass().hashCode()` is effective in Java. Learn about the performance implications and best ...
0 views
Discover the best practices for computing `hashCode()` in Java when overriding `equals()` for stricter equality, and learn how to ...
4 views
The impact of hashCode() implementation on the HashMap performance. Java used in this short: openjdk version "21" ...
608 views
9 months ago
In this video, we dive deep into Java's HashMap — how it works, why it's so fast, and what makes it reliable (or risky). You'll learn: ...
24 views
Why do we need to override both equals() and hashcode() in Java? This is one of the most important Java interview questions ...
1 view
3 months ago
Learn about the exceptions to the `hashCode()` method for unequal objects in Java, understanding its implications and behavior ...
In this video we are talking about object class in Java which is the super class. Object class some common methods which can be ...
89 views
Master Java object comparison with our in-depth guide to hashCode and equals methods! Learn how these crucial methods ...
14 views
Discover the intricacies of how `hashCode` is calculated in Dart programming language and its implications across different ...
23 views