ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

48 results

Prod Ready Code
Why HashMap Returns null: equals() & hashCode() Contract Explained

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() ...

2:57
Why HashMap Returns null: equals() & hashCode() Contract Explained

0 views

12 days ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

2 views

3 weeks ago

brain_moon
hashcode() and equals() method in HashMap or HashSet implementation in intellij IDEA | #java
1:13
hashcode() and equals() method in HashMap or HashSet implementation in intellij IDEA | #java

3 views

5 days ago

3CT
Por qué usar Records en Java: menos código, mismas consultas

En este video explico qué son los Records en Java y por qué pueden ser una mejor opción que las clases tradicionales cuando ...

16:57
Por qué usar Records en Java: menos código, mismas consultas

7 views

2 weeks ago

Code With K5KC
Java hashCode() & equals(): The Contract You MUST Know 📜 #k5kc #java #javainterviewquestions

DESCRIPTION* Explore the crucial `hashCode()` and `equals()` contract in Java. Learn why if two objects are equal, they *must* ...

2:00
Java hashCode() & equals(): The Contract You MUST Know 📜 #k5kc #java #javainterviewquestions

2,288 views

11 days ago

vlogommentary
Why HashSet.contains() Returns False Even When equals() Matches in Java

Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...

2:54
Why HashSet.contains() Returns False Even When equals() Matches in Java

0 views

2 weeks ago

MJ's BACKEND BOOTCAMP
Java Interview Question 🔥 Never Return the Same hashCode! | Java Shorts

Java Interview Question You MUST Know! Never return the same constant hashCode() — this is a common Java interview trap ...

0:56
Java Interview Question 🔥 Never Return the Same hashCode! | Java Shorts

1,211 views

7 days ago

Coding with Vighnesh
Top 75+ Java Interview Questions - What Is the Contract Between equals() and hashCode()?

What Is the Contract Between equals() and hashCode()? | Core Java Interview Question Explained In this video, we explain one ...

1:37
Top 75+ Java Interview Questions - What Is the Contract Between equals() and hashCode()?

57 views

2 weeks ago

vlogize
Verstehen, warum sich Java Hash Code auf verschiedenen Rechnern unterschiedlich verhält

Erkunden Sie die Nuancen der konsistenten Erzeugung von `Hash Codes` in Java mit Lombok und erfahren Sie, wie ...

1:54
Verstehen, warum sich Java Hash Code auf verschiedenen Rechnern unterschiedlich verhält

0 views

2 weeks ago

Programmist
Сравнение объектов hashCode   Java
9:53
Сравнение объектов hashCode Java

0 views

9 days ago

StackInstance
Ever wondered how HashMap works internally in Java? 🤔 | Hash map Collision | Interview Questions

In this video, we explain the internal working of HashMap step by step, covering everything from hashing, buckets, collision ...

35:46
Ever wondered how HashMap works internally in Java? 🤔 | Hash map Collision | Interview Questions

37 views

4 days ago

CodewithDivakar
Why HashSet Still Allows Duplicates in Java #javainterviewquestions #java #coding #shorts

Ever wondered why HashSet sometimes allows duplicate objects? In this video, I show why adding two identical objects into a ...

1:22
Why HashSet Still Allows Duplicates in Java #javainterviewquestions #java #coding #shorts

565 views

3 weeks ago

CodeSnippet
🛑 Stop Writing Boilerplate! Lombok in Spring Boot Explained ✅ Part 1

In Part 1 of this Lombok series, we deep-dive into Project Lombok and show how it dramatically reduces boilerplate code in ...

21:44
🛑 Stop Writing Boilerplate! Lombok in Spring Boot Explained ✅ Part 1

1,775 views

2 weeks ago

jbrains762
S01E03: Add Fractions Part 3

This content comes from the free preview portion of The World's Best Introduction to Test-Driven Development (TDD): Level 1.

21:59
S01E03: Add Fractions Part 3

22 views

2 weeks ago

Algo Steps
Java HashMap Explained | Interview Questions, Mutability & hashCode vs equals

Master Java HashMap for interviews and coding practice! In this video we cover: - HashMap basics in Java Collections ...

2:05
Java HashMap Explained | Interview Questions, Mutability & hashCode vs equals

27 views

2 weeks ago

Learn To Troubleshoot
What Causes Hash Table Retrieval Failures?

Ever wondered why your hash table lookups sometimes fail to retrieve the data you expect? This video explores the common ...

3:24
What Causes Hash Table Retrieval Failures?

0 views

3 weeks ago

Peter Schneider
Codereview: Finding a string whose MD5 starts like the digits of π

Finding a string whose MD5 starts like the digits of π I hope you found a solution that worked for you :) The Content is licensed ...

4:16
Codereview: Finding a string whose MD5 starts like the digits of π

0 views

3 weeks ago

Sudhanshu Jaiswal
#18 | Why is String immutable and what problems does it solve? | Java Interview

In this video, we break down one of the most popular Core Java interview questions: “Why is String immutable and what problems ...

6:45
#18 | Why is String immutable and what problems does it solve? | Java Interview

11 views

3 weeks ago

CodewithDivakar
Never Mutate Keys Used in HashMap #java #javainterviewquestions #shorts

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 ...

0:47
Never Mutate Keys Used in HashMap #java #javainterviewquestions #shorts

261 views

3 weeks ago

JavaCodeAcademy
equals() vs hashCode() explained simpl.#Java JavaInterview #HashCode #Equals #JavaShorts #LearnJava
0:45
equals() vs hashCode() explained simpl.#Java JavaInterview #HashCode #Equals #JavaShorts #LearnJava

154 views

2 weeks ago