ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

587 results

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

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

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

39 views

9 months ago

Coder Army
Most Important Class in Java | Object Class (equals, hashCode, toString) | Java Full Course #22

In this lecture of the Java Full Course Series, we take a deep dive into the Object Class in Java — the root of Java’s class ...

1:07:31
Most Important Class in Java | Object Class (equals, hashCode, toString) | Java Full Course #22

8,102 views

3 months ago

AMazaing Code
Java 24 - equals | hashCode | toString

In this video, you'll learn how to work with three fundamental Java methods: equals(), hashCode(), and toString(), defined in ...

12:25
Java 24 - equals | hashCode | toString

82 views

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

132 views

5 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

59 views

7 months ago

Cuneyt Akinlar
hashCode() method: Why and how to override it

hashCode() method: Why and how to override it

7:15
hashCode() method: Why and how to override it

12 views

2 months ago

Tech Review
Java bài 45| overriding hashcode() & equals() trong Java...

Bài viết giải thích rõ vai trò của equals() và hashCode() trong Java và vì sao hai phương thức này phải được ghi đè cùng nhau.

5:50
Java bài 45| overriding hashcode() & equals() trong Java...

43 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

10 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

40 views

8 months ago

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

8,625 views

8 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 🇺🇸

18 views

5 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

9 months ago

Roel Van de Paar
Java - HashCode - Equals

Java - HashCode - Equals Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:23
Java - HashCode - Equals

15 views

1 month 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?

54 views

11 months ago

Clustermicro Technologies
Java OCP 21 (1Z0-830) | OOP | equals(), hashCode() & toString() — COMPLETE Deep Dive & Collisions

Java OCP 21 Exam (1Z0-830) — OOP Series Video : equals(), hashCode() & toString() — Contract Rules, HashSet/HashMap ...

37:39
Java OCP 21 (1Z0-830) | OOP | equals(), hashCode() & toString() — COMPLETE Deep Dive & Collisions

37 views

1 month ago

srikanth pragada
Java HashSet Explained: Why equals() & hashCode() Matter (With Examples)

Learn how the HashSet works internally in Java and why overriding equals() and hashCode() is crucial when using user-defined ...

12:36
Java HashSet Explained: Why equals() & hashCode() Matter (With Examples)

75 views

3 months ago

Arquitectura Java “ArquitectoJava”
Lombok Equals Hash Code

La anotación @EqualsAndHashCode genera automáticamente los métodos equals() y hashCode() de una clase basados en sus ...

1:49
Lombok Equals Hash Code

1 view

4 months ago

innovate hubtec
equals() vs hashCode() | Don't Break the Contract! 🧬

EXPLANATION: In Java, the relationship between equals() and hashCode() is known as the "Hash Contract." If you override one ...

0:08
equals() vs hashCode() | Don't Break the Contract! 🧬

1 view

2 months ago

The Debug Zone
Use Objects.hash() or own hashCode() implementation?

Today's Topic: Use Objects.hash() or own hashCode() implementation? Thanks for taking the time to learn more. In this video I'll ...

1:22
Use Objects.hash() or own hashCode() implementation?

0 views

4 months ago

Eye Of A Hero
Your HashMap Is Lying to You Unless You Override These Two Methods

If you use a custom class as a HashMap key, you MUST override both equals() and hashCode() — and they must be consistent.

3:03
Your HashMap Is Lying to You Unless You Override These Two Methods

1 view

3 months ago