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
421 results
Why do we need to override both equals() and hashcode() in Java? This is one of the most important Java interview questions ...
1 view
4 months ago
Devuelve el codigo hash de una cadena de texto, para mas informacion y ejemplos les recomiendo visitar mi blog: ...
9 months ago
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
3 views
1 month 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
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
Are you struggling to reconvert a concatenated hashcode String back to an int in Java? Discover the causes behind the ...
0 views
8 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
Discover why Java's `hashCode()` method doesn't follow the conventional naming pattern of getters and setters in this insightful ...
Discover whether it's necessary to implement the `hashCode` method in Java classes that are not used in hashed data structures.
10 months ago
Explore whether caching the `getClass().hashCode()` is effective in Java. Learn about the performance implications and best ...
Java Interview Question Explained | HashMap, equals() & hashCode() (Oracle Style) This video breaks down one of the most ...
2 weeks ago
Java Interview Questions – Episode 6 What is the contract between equals() and hashCode() in Java? And where is it used?
47 views
6 months ago
This short video explains you about what is hashcode Java interview concept explained simply. #java #backend #springboot ...
12 views
3 weeks ago
Devuelve un código hash basado en los valores almacenados, para mas informacion y ejemplos les recomiendo visitar mi blog: ...
Entdecken Sie bewährte Methoden zur Implementierung der `hashCode()`-Methode in Java-Collections, um optimale Leistung ...
3 months ago
How does HashMap work internally in Java? In this video, we explain the internal working of HashMap in a simple and ...
Explore how `equals()` and `hashCode()` work in Java with practical examples to improve your understanding of object ...
10 views
Discover the purpose behind the Java expression `res = id ^ (id 32)` in the hashCode method and its significance in ensuring ...
In this video, we delve into the concept of hashing in Java, focusing on the specific expression `(h = key.hashCode()) ^ (h 16)`.
11 views
5 months ago
Explore how to enhance performance when dealing with generically typed objects and optimize the usage of hashCode in Java.