ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,603 results

Devoxx
Not all equals methods are created equal by Jan Ouwens

Did you know your equals method can contain bugs, even if you have it generated by your IDE? I will show you how to recognise ...

27:33
Not all equals methods are created equal by Jan Ouwens

2,505 views

8 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,278 views

2 years ago

LaunchCode
Intro to "sameness" in Java (== and .equals())

For more details, check out the following article: https://www.sitepoint.com/implement-javas-equals-method-correctly/ This ...

26:38
Intro to "sameness" in Java (== and .equals())

293 views

9 years ago

Mary Elaine Califf
The Java Object Class and Equals

An introduction to the Object class in Java and an explanation of a correct equals method, including demonstration.

23:55
The Java Object Class and Equals

254 views

4 years ago

Daniel Ross
Learn Java Programming - Overriding the .equals() Method Tutorial

Before watching this tutorial I highly recommend watching my Overriding the .hashCode() method Tutorial as it important to ...

25:14
Learn Java Programming - Overriding the .equals() Method Tutorial

1,880 views

9 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

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

2 months 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,451 views

2 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

Kakra Detome
92. Comparing Strings: equals() method - Learn Java

Learn Java Comparing Strings: equals() method - Learn Java Download the Dr.Java Integrated Development Environment (IDE) ...

20:28
92. Comparing Strings: equals() method - Learn Java

637 views

8 years ago

Kody Simpson
Java Tutorial - The Difference Between == and equals()

In this video, I explain to you the difference between the == operator and the equals() method in Java. I also show you how to ...

24:14
Java Tutorial - The Difference Between == and equals()

969 views

5 years ago

Durga Software Solutions
Core Java With OCJP/SCJP: java.lang.package Part-12 || object class || equals() || Hashcode()

java Basic Java Tutorial for beginners Basic Java Programming for beginners Core Java By Durga Sir Core Java Core Java Video ...

1:28:45
Core Java With OCJP/SCJP: java.lang.package Part-12 || object class || equals() || Hashcode()

134,670 views

9 years ago

Selenium Express
equals() in java || Create your custom equals method || The IMPACT of equals and hashcode || Part 2

equals method in java /// In this video we will be only concentrating on the equals() method and we will learn the importance of ...

1:01:53
equals() in java || Create your custom equals method || The IMPACT of equals and hashcode || Part 2

31,741 views

6 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

Prasun Dewan
The Java Equals Methods and Overloading vs. Polymorphism

Video created from a 401 lecture.

1:27:51
The Java Equals Methods and Overloading vs. Polymorphism

121 views

11 years ago

Durga Software Solutions
Core Java -  java.lang.package -  overriding hashCode() and equals(Object o)methods Part-1

DURGASOFT is INDIA's No.1 Software Training Center offers online training on various technologies like JAVA, .NET , ANDROID ...

27:47
Core Java - java.lang.package - overriding hashCode() and equals(Object o)methods Part-1

21,275 views

10 years ago

Programmer Java
Java Episode 20 Equals Method

The concept of equals method. Watch , share and subscribe.

24:35
Java Episode 20 Equals Method

10 views

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

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

Nikhil Khatri
Decompile JAVA: Equals method in JAVA

In this video, we will learn about JVM process, Stack and heap memory and its usage, creation of object, equals method of Object ...

23:48
Decompile JAVA: Equals method in JAVA

137 views

8 years ago