ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

905 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,148 views

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

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

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

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

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

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

Code With Sopnil
Object Class in Java | equals(), hashCode(), toString(), clone() methods of Object class

In this video we are talking about object class in Java which is the super class. Object class some common methods which can be ...

20:29
Object Class in Java | equals(), hashCode(), toString(), clone() methods of Object class

104 views

5 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

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

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

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

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

Orkhan Gasanov
Java Tutorials - hashCode() and equals()

Java Tutorials - hashCode() and equals() #java #javaprogramming HashSet (Deep Dive) ...

7:21
Java Tutorials - hashCode() and equals()

31 views

5 months ago

codeJM
Java: métodos equals y hashCode

Vídeo explicativo sobre el funcionamiento de los métodos equals y hashCode en Java.. El vídeo está dirigido a personas que ...

1:19:23
Java: métodos equals y hashCode

21 views

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