ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,586 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

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

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

2 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

253 views

4 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,403 views

1 month 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,645 views

10 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,628 views

9 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,445 views

2 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,273 views

10 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

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

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

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

6 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

Madan Neelapu
equals and hashcode methods in Java - Java in Telugu - జావా తెలుగులో

In this video, we'll have a detailed look at how equals() and hashcode() methods work in Java. We shall also understand the ...

23:51
equals and hashcode methods in Java - Java in Telugu - జావా తెలుగులో

16,927 views

6 years ago

Bits And Bytes
What is Hashcode and Equals methods in Java | Java popular interview questions | Explained in Hindi

In this video I have explain of equals() and hashCode() methods in Java, which is mostly asked in java interviews. Understand the ...

22:56
What is Hashcode and Equals methods in Java | Java popular interview questions | Explained in Hindi

3,538 views

1 year 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

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