ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

256 results

Your IT Class
Understanding Java String Hashcode - explained with use cases and examples

In this video, i will explain about Java String HashCode function.

6:14
Understanding Java String Hashcode - explained with use cases and examples

25,222 views

5 years ago

Deege
Overriding equals and hashCode in Java - 039

How can I tell if two Java instances represent the same instance? And what does class equality mean in Java? The question here ...

6:30
Overriding equals and hashCode in Java - 039

86,675 views

10 years ago

CS Hero
Java Tutorial: hashCode & equals Methods

Tutorial about implementation of the hashCode and equals methods in Java.

16:22
Java Tutorial: hashCode & equals Methods

199 views

5 years ago

Thorben Janssen
Ultimate Guide to Implementing Equals & HashCode with Hibernate & JPA

In today's video, I will show you how to implement the equals and hashcode mehods of your entities. You will learn how to ...

13:51
Ultimate Guide to Implementing Equals & HashCode with Hibernate & JPA

8,656 views

6 years ago

Dr_K
BddStackComp-C13-HashCode

And it's not that difficult to write a hash code function. I kind of have a standard method for doing it. It's probably used by other ...

9:05
BddStackComp-C13-HashCode

758 views

7 years ago

Milind Amrutkar - BackToCoding
18. What is equals() & hashCode() & why to override equals() & hashCode() | Kotlin Complete Course

A video on "What is equals() and hashCode() methods. Why to override the equals() and hashcode() methods? and Why do we ...

8:27
18. What is equals() & hashCode() & why to override equals() & hashCode() | Kotlin Complete Course

1,120 views

6 years ago

Dr_K
ImmutablePerson-5of6-HashCodeEquals

Now we need an equals method and a hashCode method. Alright, so we go to source again and, ah, that's nice, they're in the ...

9:36
ImmutablePerson-5of6-HashCodeEquals

1,818 views

10 years ago

ByteByteGo
Consistent Hashing | Algorithms You Should Know #1

Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...

8:04
Consistent Hashing | Algorithms You Should Know #1

394,886 views

3 years ago

Prototype Project
equals Method Tutorial - JAVA

What is the relationship between equals and hashcode methods? What is an object's identity? What should the equals method ...

9:14
equals Method Tutorial - JAVA

12,926 views

13 years ago

Coding Codes
DSaA #77 - Hash Functions [By Mosh Hamedani]

Data structures and algorithms coding course by Mosh Hamedani (Episode 77)

5:56
DSaA #77 - Hash Functions [By Mosh Hamedani]

147 views

2 years ago

Computerphile
Hashing Algorithms and Security - Computerphile

Audible free book: http://www.audible.com/computerphile Hashing Algorithms are used to ensure file authenticity, but how secure ...

8:12
Hashing Algorithms and Security - Computerphile

1,616,768 views

12 years ago

#TechieMit
Equals and HashCode Contract in Java | Design Principles

Equals and HashCode Contract in Java | Design Principles What is the general contract of hashCode? What is equals contract in ...

14:35
Equals and HashCode Contract in Java | Design Principles

422 views

2 years ago

The Caffeinated Programmer
Hashcode and Equals Method of Object Class in Java | Java Tutorial for Beginners

Understand Hashcode and Equals Method of Object Class in Java in this Java Tutorial for Beginners series. Understanding these ...

4:04
Hashcode and Equals Method of Object Class in Java | Java Tutorial for Beginners

89 views

2 years ago

Giolytics Learning
How to create Java classes

How to create Java classes and override the toString, equals, and hashCode methods. The toString method should return ...

9:33
How to create Java classes

429 views

4 years ago

AashishAcademy
HashCode and Equals in Java Collections !Java collection tutorial !Java interview questions!

HashCode and Equals in Java Collections !Java tutorials for beginners !Java interview questions! -This tutorial will help you how ...

15:28
HashCode and Equals in Java Collections !Java collection tutorial !Java interview questions!

100 views

2 years ago

MobDev778
Как работает хеш-таблица. Часть 5. Как написать хороший метод "hashCode()"?

Пятая часть из цикла ...

14:40
Как работает хеш-таблица. Часть 5. Как написать хороший метод "hashCode()"?

40 views

9 months ago

ApiOnCloud
How does a Java HashMap work?

A video discussing the internal workings of the Java HashMap Data Structure. Topics covered in this video include: - Internal ...

15:50
How does a Java HashMap work?

268 views

2 years ago

Otavio Santana
Java Records Advanced Tips: Compact Constructors, Getter Method Overwriting methods

Additionally, uncover the benefits of customizing the toString, Equals, and hashCode methods in Java records. Enhance your ...

5:34
Java Records Advanced Tips: Compact Constructors, Getter Method Overwriting methods

619 views

2 years ago

Rakesh Kuchana
equals() and hashCode() methods | Java interview questions

Discover the essential contract between equals() and hashCode() in Java. Learn why honoring this agreement is crucial for ...

8:26
equals() and hashCode() methods | Java interview questions

107 views

1 year ago

Gyurix
JAVA PROGRAMMING TUTORIALS (Lessons For Beginners) EP 4 - Classes, Methods, Fields, Getters, Setters

I will show you what are methods, fields, getters, setters, as well as how to implement the toString, equals and hashCode methods ...

5:33
JAVA PROGRAMMING TUTORIALS (Lessons For Beginners) EP 4 - Classes, Methods, Fields, Getters, Setters

489 views

6 years ago

Live To Code
How HashMap in Java works internally? - Explained with animation.

HashMap is a key-value pair data structure. In this video we have explained HashMap's internal functionality with easy animation.

4:31
How HashMap in Java works internally? - Explained with animation.

15,924 views

5 years ago

TechStack9
Tricky Interview Question | How HashMap Works Internally In Java

... read elements in HashMap with Example 3) Basic understanding of i) Bucket ii) equals method iii) hashCode method 4) Internal ...

11:56
Tricky Interview Question | How HashMap Works Internally In Java

2,484 views

4 years ago

HackerRank
Data Structures: Hash Tables

Learn the basics of Hash Tables, one of the most useful data structures for solving interview questions. This video is a part of ...

6:25
Data Structures: Hash Tables

1,540,463 views

9 years ago

Dr_K
ImmPerson-UnitTests-3of5-ToStringHashCode

So what you want to do... a good way to test the hash-code method is find two things that are equal and make sure their hash ...

11:53
ImmPerson-UnitTests-3of5-ToStringHashCode

1,460 views

10 years ago

CS Hero
Java Tutorial: Set and HashSet

This video explains the Set interface and the HashSet class.

13:30
Java Tutorial: Set and HashSet

637 views

5 years ago