ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

767 results

KnoDAX
Java HashCode: Explained Simply

Master the Java HashCode method! This video explains its purpose, functionality, and how it's used in hash tables within ...

0:22
Java HashCode: Explained Simply

183 views

10 months ago

Nick Chapsas
Hashcodes are awesome in .NET

Net this part 179 still writing your own get hash code by hand you don't need to juggle primes or xors anymore net has a built-in ...

0:26
Hashcodes are awesome in .NET

16,071 views

2 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

4 views

10 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

2 views

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

1 month ago

The Curious Coder
Master equals() & hashCode() for Java Interviews | Quick Guide #shorts

This is a Java Core Interview Question! Learn the difference between equals() and hashCode(), their contract, and why you must ...

0:58
Master equals() & hashCode() for Java Interviews | Quick Guide #shorts

1,768 views

1 month ago

KnoDAX
Java Trick: Master hashCode and equals Methods!

Master Java object comparison with our in-depth guide to hashCode and equals methods! Learn how these crucial methods ...

0:39
Java Trick: Master hashCode and equals Methods!

14 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

6 months ago

vlogize
Exceptions to the hashCode() Method for Unequal Objects in Java

Learn about the exceptions to the `hashCode()` method for unequal objects in Java, understanding its implications and behavior ...

1:40
Exceptions to the hashCode() Method for Unequal Objects in Java

1 view

10 months ago

vlogize
Understanding How hashCode is Calculated in Dart

Discover the intricacies of how `hashCode` is calculated in Dart programming language and its implications across different ...

1:32
Understanding How hashCode is Calculated in Dart

23 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

8 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

2 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

4 months ago

vlogize
Creating a Custom hashCode Implementation for ConcurrentSkipListMap in Java

Learn how to correctly implement a custom `hashCode` for `ConcurrentSkipListMap` to handle unique entries in Java effectively.

1:47
Creating a Custom hashCode Implementation for ConcurrentSkipListMap in Java

0 views

3 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

8 months ago

Adam Bien
hashCode() and Performance Method #java #shorts

The impact of hashCode() implementation on the HashMap performance. Java used in this short: openjdk version "21" ...

0:53
hashCode() and Performance Method #java #shorts

606 views

9 months ago

vlogize
Understanding the Impact of Changing Properties in Java: Why HashCode Changes

Explore how modifying a property of a reference variable in Java can influence the object's memory address and its hashcode ...

1:51
Understanding the Impact of Changing Properties in Java: Why HashCode Changes

1 view

9 months ago

vlogize
Implementing equals/hashCode Methods in Java for Classes with Double Fields

Learn how to effectively implement the `equals` and `hashCode` methods in Java for classes containing double fields, ensuring ...

1:53
Implementing equals/hashCode Methods in Java for Classes with Double Fields

2 views

2 months ago

vlogize
Effective Implementation of hashCode() for Collections in Java

Discover the best practices for implementing the `hashCode()` method in Java collections to ensure optimal performance and ...

1:44
Effective Implementation of hashCode() for Collections in Java

3 views

10 months ago

vlogize
How to Handle BigDecimal in Equals and HashCode with Java 16 Records

Explore how to customize the `equals` and `hashCode` methods for `BigDecimal` in Java 16 records, addressing common issues ...

1:35
How to Handle BigDecimal in Equals and HashCode with Java 16 Records

1 view

8 months ago