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
965 results
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
2,279 views
2 months ago
Today's video we are teaching you hashcode in 5 minutes, we hope you like our content!
4 views
4 months ago
The Any class and the equals, hashcode and toString methods. Also, referential vs structural equality. Github: ...
143 views
11 months ago
This video is from the Fall 2024 session of the course.
114 views
10 months ago
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
53 views
1 month ago
In this video we are talking about object class in Java which is the super class. Object class some common methods which can be ...
94 views
Discover the purpose behind the Java expression `res = id ^ (id 32)` in the hashCode method and its significance in ensuring ...
2 views
9 months ago
For example, the original title of the Question was: Is it necessary to override hashcode method in non hashed datastructure Also, ...
1 view
24 views
7 months ago
In this Java tutorial, we dive deep into the Object Class and its essential methods: Have questions? Drop them in the comments ...
32 views
P.S.: One catch here is that to use custom types with HashMaps (as their Keys), one needs to override the hashCode method to ...
22 views
Understanding hashCode() and equals() methods and thier contract in overriding. Important Concept for Collection and Entire ...
3,596 views
Streamed 9 months ago
Overriding equals() and hashCode() in Java In Java, equals() and hashCode() methods are used to compare objects and to ...
10 views
2 weeks ago
2,032 views
Understand equals() and hashCode() methods in Java — one of the most important interview and project concepts! In this lecture ...
28 views
hashCode equals 5. java hashCode method 6. java equals method 7. internal working of HashMap 8. hash collision java 9.
3 months ago
Learn about the exceptions to the `hashCode()` method for unequal objects in Java, understanding its implications and behavior ...
Learn how to effectively implement the `equals` and `hashCode` methods in Java for classes containing double fields, ensuring ...
Welcome to Episode 55 of the Astral Grid Java Course in Tamil! In this video, we explore the Object class in Java – the superclass ...
148 views
5 months ago
Discover how to implement an effective hashCode method in Java for classes containing dates while considering a predefined ...
0 views
Discover the best practices for computing `hashCode()` in Java when overriding `equals()` for stricter equality, and learn how to ...
5 views
Use of Object class hashCode & getClass method #javaprogrammingforbeginners #programming #javaprogramming ...
44 views
Best Practices: Ideally, the hashCode method should provide a unique computation based on the actual fields of the object.
In this video, I explain the most important Java concept: Why we override equals() and hashCode() What happens inside ...
36 views