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
55 results
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() ...
0 views
6 days ago
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
2 views
2 weeks ago
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
44 views
3 weeks ago
Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...
12 days ago
En este video explico qué son los Records en Java y por qué pueden ser una mejor opción que las clases tradicionales cuando ...
9 days ago
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 ...
4 weeks ago
In this video, I explain the most important Java concept: Why we override equals() and hashCode() What happens inside ...
35 views
Learn Sets in Java — and deeply understand how HashSet works internally! In this lecture of the Complete Java Course – From ...
37 views
Erkunden Sie die Nuancen der konsistenten Erzeugung von `Hash Codes` in Java mit Lombok und erfahren Sie, wie ...
8 days ago
What Is the Contract Between equals() and hashCode()? | Core Java Interview Question Explained In this video, we explain one ...
53 views
10 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,621 views
13 days ago
En este capitulo avanzamos desde poo, ...hasta tipos de datos genericos.
2 days ago
This content comes from the free preview portion of The World's Best Introduction to Test-Driven Development (TDD): Level 1.
22 views
Welcome back to CodeCraft with Poonam ! In today's session, we'll explore one of the most powerful parts of Java's ...
18 views
1 month ago
debug源码解读为啥equals和hashcode都要重写演示equals和hashcode不同情况下的结果,源码层面分析原因#编程#java #程序员# ...
11 views
In this lecture, you will learn about the Object class, which is the root class of Java and part of the java.lang package. Every Java ...
In this video, we break down one of the most popular Core Java interview questions: “Why is String immutable and what problems ...
12 views
Ever wondered why your hash table lookups sometimes fail to retrieve the data you expect? This video explores the common ...
Finding a string whose MD5 starts like the digits of π I hope you found a solution that worked for you :) The Content is licensed ...