ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

55 results

Prod Ready Code
I Found a SECRET HashMap Nobody Talks About

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
I Found a SECRET HashMap Nobody Talks About

0 views

6 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

2 weeks ago

Prashant Sharma
STOP Using equals() & hashCode() WRONG! | Master Java Object Class Methods TODAY | Java Interview QA

Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...

23:54
STOP Using equals() & hashCode() WRONG! | Master Java Object Class Methods TODAY | Java Interview QA

44 views

3 weeks 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

12 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

0 views

9 days ago

CodeTav Management
Java HashMap Internal Working Explained | Buckets, Hashing, Tree Nodes, Collisions |Java 8 Deep Dive

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

29:13
Java HashMap Internal Working Explained | Buckets, Hashing, Tree Nodes, Collisions |Java 8 Deep Dive

0 views

4 weeks ago

Farhan Khan
Java Equals Method and HashCode Method | Simple Explanation

In this video, I explain the most important Java concept: Why we override equals() and hashCode() What happens inside ...

10:15
Java Equals Method and HashCode Method | Simple Explanation

35 views

3 weeks ago

SPS Tech | Learn Java | Crack Interviews
4.4 – Sets in Java | Detailed Working of HashSet

Learn Sets in Java — and deeply understand how HashSet works internally! In this lecture of the Complete Java Course – From ...

8:16
4.4 – Sets in Java | Detailed Working of HashSet

37 views

3 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

8 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()?

53 views

10 days 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,621 views

13 days ago

advime
Java Basico y Sencillo cap 1

En este capitulo avanzamos desde poo, ...hasta tipos de datos genericos.

2:06:52
Java Basico y Sencillo cap 1

2 views

8 days ago

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

0 views

2 days 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

9 days ago

CodeCraft with Poonam
Mastering Maps in Java | HashMap, LinkedHashMap & TreeMap with Examples | CodeCraft with Poonam

Welcome back to CodeCraft with Poonam ‍ ! In today's session, we'll explore one of the most powerful parts of Java's ...

24:28
Mastering Maps in Java | HashMap, LinkedHashMap & TreeMap with Examples | CodeCraft with Poonam

18 views

1 month ago

程序员三藏
debug源码解读为啥equals和hashcode都要重写 演示equals和hashcode不同情况下的结果,源码层面分析原因#编程 #java #程序员 #教程 #技术分享

debug源码解读为啥equals和hashcode都要重写演示equals和hashcode不同情况下的结果,源码层面分析原因#编程#java #程序员# ...

11:08
debug源码解读为啥equals和hashcode都要重写 演示equals和hashcode不同情况下的结果,源码层面分析原因#编程 #java #程序员 #教程 #技术分享

0 views

2 weeks ago

jbrains762
S01E02: Add Fractions Part 2

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

21:52
S01E02: Add Fractions Part 2

11 views

2 weeks ago

Hacktrickz
Lecture 20.1 : Object Class in Java | java.lang Package Explained [Abdul Bari] Java Course

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

14:10
Lecture 20.1 : Object Class in Java | java.lang Package Explained [Abdul Bari] Java Course

0 views

10 days 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

2 weeks ago

CyberSpace Coding
ArrayList in Java
1:46
ArrayList in Java

12 views

9 days 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

2 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

2 weeks ago