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
587 results
Java Tutorials - hashCode() and equals() #java #javaprogramming HashSet (Deep Dive) ...
39 views
9 months ago
In this lecture of the Java Full Course Series, we take a deep dive into the Object Class in Java — the root of Java’s class ...
8,102 views
3 months ago
In this video, you'll learn how to work with three fundamental Java methods: equals(), hashCode(), and toString(), defined in ...
82 views
Hoy hablaremos sobre cómo funciona la memoria en java. Un tema muy interesante e importante para crear soluciones robustas.
132 views
5 months ago
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
59 views
7 months ago
hashCode() method: Why and how to override it
12 views
2 months ago
Bài viết giải thích rõ vai trò của equals() và hashCode() trong Java và vì sao hai phương thức này phải được ghi đè cùng nhau.
43 views
4 months ago
Devuelve un código hash basado en los valores almacenados, para mas informacion y ejemplos les recomiendo visitar mi blog: ...
0 views
10 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: ...
40 views
8 months ago
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
8,625 views
Java Interview Question Explained | HashMap, equals() & hashCode() (Oracle Style) This video breaks down one of the most ...
18 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
Java - HashCode - Equals Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
15 views
1 month ago
Java Interview Questions – Episode 6 What is the contract between equals() and hashCode() in Java? And where is it used?
54 views
11 months ago
Java OCP 21 Exam (1Z0-830) — OOP Series Video : equals(), hashCode() & toString() — Contract Rules, HashSet/HashMap ...
37 views
Learn how the HashSet works internally in Java and why overriding equals() and hashCode() is crucial when using user-defined ...
75 views
La anotación @EqualsAndHashCode genera automáticamente los métodos equals() y hashCode() de una clase basados en sus ...
EXPLANATION: In Java, the relationship between equals() and hashCode() is known as the "Hash Contract." If you override one ...
Today's Topic: Use Objects.hash() or own hashCode() implementation? Thanks for taking the time to learn more. In this video I'll ...
If you use a custom class as a HashMap key, you MUST override both equals() and hashCode() — and they must be consistent.