ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,058 results

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,570 views

10 years ago

Prototype Project
equals Method Tutorial - JAVA

What happens when the equals method is not overridden? What is the default implementation of the Object class equals method?

9:14
equals Method Tutorial - JAVA

12,925 views

13 years 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,299 views

2 years ago

Code.org
CSA: The Equals() Method

Start learning at code.org today! Stay in touch with us on social media: • Twitter: https://twitter.com/codeorg • Facebook: ...

2:53
CSA: The Equals() Method

4,573 views

2 years ago

Java
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

How can you write simple and performant equals() methods for your Java classes: the full tutorial. Usually you do not write your ...

32:56
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

19,473 views

2 years ago

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

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

I will also show you which attributes you should never include in your equals method. My consulting clients and people in my ...

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

8,642 views

6 years ago

Bro Code
Java String methods 💬

Java String methods tutorial explained #java #string #methods public class Main { public static void main(String[] args) { // String ...

6:18
Java String methods 💬

154,182 views

5 years ago

Begin Coding Fast
Comparing objects with equals() method - Basic Java Fast (20)

The video discusses the comparison two object contents by overriding the equals method. Mere equality check of two reference ...

18:07
Comparing objects with equals() method - Basic Java Fast (20)

1,260 views

6 years ago

Sofia Lemons
Equals Method

Designing an equals method to be test equality of important information in classes we design. Includes comparing to objects of the ...

6:55
Equals Method

53 views

5 years ago

BACK VI
EQUALS in JAVA |Equals method |Comparing Strings in Java | How to compare Strings in JAVA # [2021]🔵

🔴 Hi, today we are going to see the EQUALS METHOD in JAVA. To do this we will try to carry out a fairly simple exercise in ...

7:23
EQUALS in JAVA |Equals method |Comparing Strings in Java | How to compare Strings in JAVA # [2021]🔵

1,372 views

4 years ago

Bro Code
Java toString method 🎉

Java toString method tutorial explained #Java #toString #method #tutorial #explained ...

6:39
Java toString method 🎉

125,018 views

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

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

Cody Henrichsen
Java String Methods

Explanation and examples for the AP CS Java String subset and 'cool' subset of methods for String manipulation in Java. Table of ...

18:49
Java String Methods

347 views

6 years ago

Udacity
Drawable Equals New Rectangle - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:52
Drawable Equals New Rectangle - Intro to Java Programming

292 views

10 years ago

J David Eisenberg
Chapter 11: The equals() method

The default equals() method for objects compares them by their memory address. If you want to compare the values of the fields in ...

3:23
Chapter 11: The equals() method

126 views

3 years ago

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

Discover powerful advanced tips for utilizing Java records effectively. Learn how to leverage compact constructors and ensure ...

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

618 views

2 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

198 views

5 years ago

Josh Hug
Part 6 - ==, this, equals

And Java is all written in Java. And so here, this method right here is the equals method for the object class. Okay, this is the ...

15:04
Part 6 - ==, this, equals

7,630 views

3 years ago