ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

896 results

The Curious Coder
equals() vs hashCode() in Java | Internal Working & Real Use Cases

Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...

27:58
equals() vs hashCode() in Java | Internal Working & Real Use Cases

3,142 views

3 months ago

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

16 views

1 month ago

El vlog de Tinchicus
Tips rapidos en Java / hashCode

Devuelve el codigo hash de una cadena de texto, para mas informacion y ejemplos les recomiendo visitar mi blog: ...

0:32
Tips rapidos en Java / hashCode

1 view

9 months ago

Clean Codr
Java Records Just Got EASIER No More Boilerplate Code

Tired of writing setters, getters, equals, hashCode, and toString over and over? In this quick 2–3 minute tutorial, we'll dive straight ...

2:46
Java Records Just Got EASIER No More Boilerplate Code

14 views

5 months ago

miguel santiago camacho rangel
HASHCODE IN 5 MINUTES

Today's video we are teaching you hashcode in 5 minutes, we hope you like our content!

4:54
HASHCODE IN 5 MINUTES

4 views

4 months ago

El vlog de Tinchicus
Tips rapidos en Java / date.hashCode

Esta función nos devuelve un codigo hash basado en el tiempo unix en el objeto, para mas informacion y ejemplos les ...

0:44
Tips rapidos en Java / date.hashCode

2 views

7 months ago

Nolan Coder
Luôn override hashCode khi override equals

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

5:50
Luôn override hashCode khi override equals

274 views

2 months ago

vlogize
Effektive Implementierung von hashCode() für Collections in Java

Entdecken Sie bewährte Methoden zur Implementierung der `hashCode()`-Methode in Java-Collections, um optimale Leistung ...

1:48
Effektive Implementierung von hashCode() für Collections in Java

0 views

3 months ago

vlogize
Can I cache getClass.hashCode()? Understanding the Implications in Java

Explore whether caching the `getClass().hashCode()` is effective in Java. Learn about the performance implications and best ...

1:11
Can I cache getClass.hashCode()? Understanding the Implications in Java

0 views

10 months ago

vlogize
How to Solve HashCode Conversion Issues in Java

Are you struggling to reconvert a concatenated hashcode String back to an int in Java? Discover the causes behind the ...

2:00
How to Solve HashCode Conversion Issues in Java

0 views

8 months ago

vlogize
How to Compute the hashCode() from an Object's Address in Java

Discover the best practices for computing `hashCode()` in Java when overriding `equals()` for stricter equality, and learn how to ...

1:37
How to Compute the hashCode() from an Object's Address in Java

5 views

11 months ago

SyntaxCore
Arrays Day 2: Deep Dive – Internals, Integer Cache, Autoboxing & HashCode in Java

In this session, we go beyond the basics of arrays and explore their internal working in Java. We will understand how arrays are ...

41:59
Arrays Day 2: Deep Dive – Internals, Integer Cache, Autoboxing & HashCode in Java

10 views

4 months 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

3 views

1 month ago

Beyond Java
"Why override equals & hashcode in Java? #InterviewPrep"

Why do we need to override both equals() and hashcode() in Java? This is one of the most important Java interview questions ...

1:00
"Why override equals & hashcode in Java? #InterviewPrep"

1 view

4 months ago

Artificial IQ
Understanding HashMap Internals — hashCode, equals, Collisions & Performance Java

In this video, we dive deep into Java's HashMap — how it works, why it's so fast, and what makes it reliable (or risky). You'll learn: ...

5:09
Understanding HashMap Internals — hashCode, equals, Collisions & Performance Java

24 views

4 months ago

AFTER SCHOOL
Java Interview Trick Question | HashMap HashCode 🇺🇸

Java Interview Question Explained | HashMap, equals() & hashCode() (Oracle Style) This video breaks down one of the most ...

2:23
Java Interview Trick Question | HashMap HashCode 🇺🇸

16 views

2 weeks ago

vlogize
Do You Need to Override hashCode in Non-Hashed Data Structures?

Discover whether it's necessary to implement the `hashCode` method in Java classes that are not used in hashed data structures.

1:27
Do You Need to Override hashCode in Non-Hashed Data Structures?

1 view

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

56 views

2 months ago

El vlog de Tinchicus
Tips rapidos en Java / GregorianCalendar.hashCode

Devuelve un código hash basado en los valores almacenados, para mas informacion y ejemplos les recomiendo visitar mi blog: ...

0:40
Tips rapidos en Java / GregorianCalendar.hashCode

0 views

6 months ago

Carlos Calderon
Cómo funciona la memoria en Java | Garbage Collector, métodos equals y hashCode.

Hoy hablaremos sobre cómo funciona la memoria en java. Un tema muy interesante e importante para crear soluciones robustas.

25:07
Cómo funciona la memoria en Java | Garbage Collector, métodos equals y hashCode.

38 views

3 weeks ago