ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,138 results

Marcus
HashCode and Equals - Easy and comprehensive including coding samples

In this tutorial I explain the two methods HashCode and Equals. Got to: http://java8course.com to watch the follow up video, as well ...

45:53
HashCode and Equals - Easy and comprehensive including coding samples

15,646 views

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

1,448 views

1 month ago

Will Tollefson
The equals hashCode Contract - Java Programming

In this video, we'll talk all about the contract for the equals() and hashCode() methods in Java. Its surpringly easy to forget some of ...

22:31
The equals hashCode Contract - Java Programming

2,271 views

2 years ago

Java Kabala
Java from Scratch: Equals and HashCode | Programming Lessons

In this lesson, we'll learn how to correctly compare objects, how to override the equals and hashCode methods, and what ...

30:07
Java from Scratch: Equals and HashCode | Programming Lessons

2,103 views

10 months ago

Selenium Express
hashcode() in java || The IMPACT of hashcode and equals || java object class || Part 1

hashcode() in java, overriding hashcode java, how hashcode is calculated in Java,object class in java, what is hashcode in java, ...

48:42
hashcode() in java || The IMPACT of hashcode and equals || java object class || Part 1

74,029 views

6 years ago

Das Nic
Override equals and hashcode function using Hashset in Java

Here you can get the answer why you need to override equals and hashcode function.

21:51
Override equals and hashcode function using Hashset in Java

765 views

10 years ago

CodingProf
Standardmethoden equals und hashCode

In diesem Video geht um die Standardmethoden equals und hashCode, die von java.lang.Object Video 30 der Vorlesung ...

20:37
Standardmethoden equals und hashCode

2,584 views

5 years ago

Изучаем Java
Выпуск 22. hashCode() и equals() - самое главное.

Рассматривается основная идея методов hashCode() и equals(), которая (по мнению автора) должна объяснить самую суть ...

21:16
Выпуск 22. hashCode() и equals() - самое главное.

30,914 views

7 years ago

Oluwaleke Fakorede
HashCode Java Tutorial intro

A brief tutorial on java programming language PART 1. Topics - Class, variables, method main, logical and arithmetic operators.

20:43
HashCode Java Tutorial intro

105 views

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

43 views

3 weeks ago

K3 - Javalogy
All About hashCode() And equals() Method

This is Krishna and today we are going to see the entire working of hashcode and equals methods in Java so basically we will see ...

21:39
All About hashCode() And equals() Method

282 views

7 years ago

JavaGuru
24. Хэширование, переопределение equals и hashCode (Java Core с нуля, полный курс)

На 16 мин 20 сек ошибочно сказал, что при 15 элементах односвязный список переходит в дерево, пороги: 8 элементов ...

33:48
24. Хэширование, переопределение equals и hashCode (Java Core с нуля, полный курс)

3,968 views

2 years ago

Dilip IT Academy
JAVA Real Time Training - Day 62 | Object class | equals() & hashcode() contract |scenarios|examples

Click On This For Material : https://bit.ly/DIT-MATERIALS Welcome to Dilip IT Academy's Real-Time Training on Java ...

1:32:28
JAVA Real Time Training - Day 62 | Object class | equals() & hashcode() contract |scenarios|examples

703 views

Streamed 1 year ago

Selenium Express
This is why string is immutable in Java || String Hashcode caching internal || part 2

Why string is immutable in java is one of the frequently asked interview questions.In the last video, we have covered why string is ...

25:58
This is why string is immutable in Java || String Hashcode caching internal || part 2

50,606 views

7 years ago

Selenium Express
JAVA Collection Interview QNA - How Hashmap works internally? | hashcode() , equals() & THE Contract

Few of the popular JAVA Collection Interview questions comes from the Hash based collections. The HashSet, Hashmap and the ...

2:18:11
JAVA Collection Interview QNA - How Hashmap works internally? | hashcode() , equals() & THE Contract

18,166 views

2 years ago

Riddhi Dutta
How are HashMaps implemented in Java? Internal Working Explained With Code

Code : https://ideone.com/7iJ0GE 0:00 - Introduction 0:40 - Contents of the video 1:30 - Why do we need a HashMap data ...

50:10
How are HashMaps implemented in Java? Internal Working Explained With Code

17,756 views

2 years ago

Rahul Sam
Effective Java By Joshua Bloch Item 11: Always Override HashCode When You Override Equals

My disquisition on Item 11 of Effective Java by Joshua Bloch: Always Override HashCode When You Override Equals. I also cover ...

55:33
Effective Java By Joshua Bloch Item 11: Always Override HashCode When You Override Equals

382 views

2 years ago

Fred Overflow
Looking for "polygene lubricants" in Java 8 (Java puzzlers, String, hashCode, Integer.MIN_VALUE)

How expensive is it to scan a dictionary for word pairs with a certain hash value? Let's start with a simple brute force solution and ...

48:08
Looking for "polygene lubricants" in Java 8 (Java puzzlers, String, hashCode, Integer.MIN_VALUE)

1,312 views

9 years ago

JTC INDIA
HashCode | Equals | toString Method in java Object Class

In this java video tutorial I have discussed about java.lang.Object Methods in depth explanations. Theory About HashCode ...

37:57
HashCode | Equals | toString Method in java Object Class

20,815 views

8 years ago

Code Decode
Internal Working and implementation of hashmap and hashset | Java Interview Questions | Code Decode

In this video of Java Interview Question and Answer series we have explained internal working of hashmap and hashset which is ...

22:57
Internal Working and implementation of hashmap and hashset | Java Interview Questions | Code Decode

167,805 views

4 years ago

SW Eng
Java HashMap Part 2 4 – hashCode & equals, Organization of Entries and Access
21:13
Java HashMap Part 2 4 – hashCode & equals, Organization of Entries and Access

0 views

10 months ago

Code2sde
Object Class Methods in Java | Learn when to override hashCode & equals method in Java🔥

In this video, we dive into the Object class methods in Java, covering key concepts such as hashcode, tostring, equals, and clone ...

29:36
Object Class Methods in Java | Learn when to override hashCode & equals method in Java🔥

201 views

1 year ago

Naresh i Technologies
Mastering hashCode() & equals() in Java | Must-Know for Collections & Interviews! | Hari Krishna

Understanding hashCode() and equals() methods and thier contract in overriding. Important Concept for Collection and Entire ...

1:25:05
Mastering hashCode() & equals() in Java | Must-Know for Collections & Interviews! | Hari Krishna

3,486 views

Streamed 8 months ago

TechStack9
Java Interview Question | Overriding Equals And HashCode Methods In Java | Equals & HashCode

This video explains 1) What is equals method 2) Why to Override equals method 3) What is hashCode method 4) Why to Override ...

24:39
Java Interview Question | Overriding Equals And HashCode Methods In Java | Equals & HashCode

3,380 views

3 years ago

Naresh i Technologies
Day-2 | Mastering hashCode() & equals() in Java | Must-Know for Collections & Interviews!

Understanding hashCode() and equals() methods and thier contract in overriding. Important Concept for Collection and Entire ...

2:14:41
Day-2 | Mastering hashCode() & equals() in Java | Must-Know for Collections & Interviews!

1,958 views

Streamed 8 months ago