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,142 results
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
1,404 views
1 month ago
In this lesson, we'll learn how to correctly compare objects, how to override the equals and hashCode methods, and what ...
2,095 views
10 months ago
Master the Java HashCode method! This video explains its purpose, functionality, and how it's used in hash tables within ...
183 views
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
43 views
3 weeks ago
Java Interview Questions – Episode 6 What is the contract between equals() and hashCode() in Java? And where is it used?
45 views
4 months ago
Discover the intricacies of how `hashCode` is calculated in Dart programming language and its implications across different ...
23 views
8 months ago
Learn about the exceptions to the `hashCode()` method for unequal objects in Java, understanding its implications and behavior ...
1 view
Why do we need to override both equals() and hashcode() in Java? This is one of the most important Java interview questions ...
2 months ago
Entdecken Sie bewährte Methoden zur Implementierung der `hashCode()`-Methode in Java-Collections, um optimale Leistung ...
0 views
Explore whether caching the `getClass().hashCode()` is effective in Java. Learn about the performance implications and best ...
Java Object Class Methods in 60 Seconds! Learn the most important methods from Java's Object class — the superclass of all ...
19 views
Discover the best practices for computing `hashCode()` in Java when overriding `equals()` for stricter equality, and learn how to ...
4 views
Understanding hashCode() and equals() methods and thier contract in overriding. Important Concept for Collection and Entire ...
1,957 views
Streamed 8 months ago
In this Java tutorial, we dive deep into the Object Class and its essential methods: Have questions? Drop them in the comments ...
31 views
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
2 views
9 days ago
3,483 views
Master Java object comparison with our in-depth guide to hashCode and equals methods! Learn how these crucial methods ...
14 views
Day-3 | Mastering hashCode() & equals() in Java | Must-Know for Collections & Interviews! ** For Online Training Registration: ...
1,347 views
Overriding equals() but not hashCode()? That breaks the contract and can mess up HashMap & HashSet behavior. Learn why in ...
148 views
5 months ago
Explore how to customize the `equals` and `hashCode` methods for `BigDecimal` in Java 16 records, addressing common issues ...
Explore how modifying a property of a reference variable in Java can influence the object's memory address and its hashcode ...
9 months ago
Welcome to this comprehensive Java tutorial on Inheritance and Method Overriding. In this video, we'll dive deep into the ...
55 views
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
Discover the best practices for implementing the `hashCode()` method in Java collections to ensure optimal performance and ...
3 views