ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

421 results

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

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

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

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

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

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

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

vlogize
Why is hashCode() Named Differently Than Getters in Java?

Discover why Java's `hashCode()` method doesn't follow the conventional naming pattern of getters and setters in this insightful ...

1:30
Why is hashCode() Named Differently Than Getters in Java?

0 views

8 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

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

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

Vincent Vauban
What is the contract between equals() and hashCode() in Java?

Java Interview Questions – Episode 6 What is the contract between equals() and hashCode() in Java? And where is it used?

1:14
What is the contract between equals() and hashCode() in Java?

47 views

6 months ago

Dhivakar T
What is hashCode in Java

This short video explains you about what is hashcode Java interview concept explained simply. #java #backend #springboot ...

0:15
What is hashCode in Java

12 views

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

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

200success
How HashMap Works Internally in Java | Explained Simply

How does HashMap work internally in Java? In this video, we explain the internal working of HashMap in a simple and ...

1:04
How HashMap Works Internally in Java | Explained Simply

47 views

1 month ago

vlogize
Understanding equals() and hashCode() in Java: A Deep Dive into Object Comparison and Hashing

Explore how `equals()` and `hashCode()` work in Java with practical examples to improve your understanding of object ...

2:03
Understanding equals() and hashCode() in Java: A Deep Dive into Object Comparison and Hashing

10 views

8 months ago

vlogize
Understanding the hashCode Method: res = id ^ (id     32) Explained

Discover the purpose behind the Java expression `res = id ^ (id 32)` in the hashCode method and its significance in ensuring ...

1:30
Understanding the hashCode Method: res = id ^ (id 32) Explained

2 views

10 months ago

The Debug Zone
Understanding Hashing: Why Use (h = key.hashCode()) ^ (h  16) in Java?

In this video, we delve into the concept of hashing in Java, focusing on the specific expression `(h = key.hashCode()) ^ (h 16)`.

1:55
Understanding Hashing: Why Use (h = key.hashCode()) ^ (h 16) in Java?

11 views

5 months ago

vlogize
Can You Override a Function from a Generically Typed Object in Java?

Explore how to enhance performance when dealing with generically typed objects and optimize the usage of hashCode in Java.

1:54
Can You Override a Function from a Generically Typed Object in Java?

1 view

10 months ago