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
896 results
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
3,142 views
3 months ago
You put a value in a HashMap. You know it's there. But when you try to get it back… it's null. This isn't a Java bug. It's an equals() ...
16 views
1 month ago
Devuelve el codigo hash de una cadena de texto, para mas informacion y ejemplos les recomiendo visitar mi blog: ...
1 view
9 months ago
Tired of writing setters, getters, equals, hashCode, and toString over and over? In this quick 2–3 minute tutorial, we'll dive straight ...
14 views
5 months ago
Today's video we are teaching you hashcode in 5 minutes, we hope you like our content!
4 views
4 months ago
Esta función nos devuelve un codigo hash basado en el tiempo unix en el objeto, para mas informacion y ejemplos les ...
2 views
7 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 ...
274 views
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 ...
10 months ago
Are you struggling to reconvert a concatenated hashcode String back to an int in Java? Discover the causes behind the ...
8 months ago
Discover the best practices for computing `hashCode()` in Java when overriding `equals()` for stricter equality, and learn how to ...
5 views
11 months ago
In this session, we go beyond the basics of arrays and explore their internal working in Java. We will understand how arrays are ...
10 views
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
3 views
Why do we need to override both equals() and hashcode() in Java? This is one of the most important Java interview questions ...
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
Java Interview Question Explained | HashMap, equals() & hashCode() (Oracle Style) This video breaks down one of the most ...
2 weeks ago
Discover whether it's necessary to implement the `hashCode` method in Java classes that are not used in hashed data structures.
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
56 views
Devuelve un código hash basado en los valores almacenados, para mas informacion y ejemplos les recomiendo visitar mi blog: ...
6 months ago
Hoy hablaremos sobre cómo funciona la memoria en java. Un tema muy interesante e importante para crear soluciones robustas.
38 views
3 weeks ago