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
54 results
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
Ever wondered how HashMap can access data in O(1) while arrays need O(n)? In this video, we break down the complete ...
96 views
1 month ago
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
2 views
9 days ago
Erkunden Sie die Nuancen der konsistenten Erzeugung von `Hash Codes` in Java mit Lombok und erfahren Sie, wie ...
0 views
3 days ago
How does HashMap work internally in Java? HashMap is one of the most important and frequently asked topics in Java interviews ...
3,193 views
4 weeks 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() ...
1 day ago
DESCRIPTION* Explore the crucial `hashCode()` and `equals()` contract in Java. Learn why if two objects are equal, they *must* ...
5 hours ago
Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...
7 days ago
In this video, I explain the most important Java concept: Why we override equals() and hashCode() What happens inside ...
34 views
In this video, we take a deep dive into how HashMap works internally in Java 8. If you're preparing for Java interviews (2–5 years ...
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 ...
258 views
Learn Sets in Java — and deeply understand how HashSet works internally! In this lecture of the Complete Java Course – From ...
37 views
2 weeks ago
This video expains how Java HashMap workes internally and why hascode() and equals() methods of the java class need to be ...
2,072 views
Ever wondered why HashSet sometimes allows duplicate objects? In this video, I show why adding two identical objects into a ...
551 views
12 days ago
What Is the Contract Between equals() and hashCode()? | Core Java Interview Question Explained In this video, we explain one ...
41 views
5 days ago
In Part 1 of this Lombok series, we deep-dive into Project Lombok and show how it dramatically reduces boilerplate code in ...
1,454 views
8 days ago
Welcome back to CodeCraft with Poonam ! In today's session, we'll explore one of the most powerful parts of Java's ...
18 views
When you use a mutable object as a key inside a HashMap, changing the object's fields after inserting it into the map can break ...
257 views
154 views
Master Java HashMap for interviews and coding practice! In this video we cover: - HashMap basics in Java Collections ...
27 views