ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,875 results

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

3,247 views

3 months ago

Help Me Out
== vs equals() vs equalsIgnoreCase() vs compareTo() in Java

Difference between == vs equals() vs equalsIgnoreCase() vs compareTo() in java. This video lecture is in Hindi. In this video I tried ...

25:29
== vs equals() vs equalsIgnoreCase() vs compareTo() in Java

200 views

7 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,431 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,708 views

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

10 years ago

Aula en la nube
JAVA: equals y hashCode ☕ DAM - DAW

MI NUEVO CANAL: https://www.youtube.com/@ia-para-docentes BLOG DEL CANAL: https://ia-para-docentes.com/ ______ ...

23:59
JAVA: equals y hashCode ☕ DAM - DAW

1,432 views

2 years ago

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

흥달쌤
[Q&A] 영상답변 | JAVA - equals, ==

안녕하세요~~ 자바에서 변수의 값이나 참조를 비교하는 방법입니다. 너무 어렵게 생각하지 마시고, 값을 비교하는지, 객체를 비교 ...

23:25
[Q&A] 영상답변 | JAVA - equals, ==

5,700 views

10 months ago

La Geekipedia De Ernesto
Java Course from Scratch #17 | Strings with the equals method

JAVA Course - In this installment of the JAVA programming course, you'll learn how to compare strings using the .equals method ...

24:11
Java Course from Scratch #17 | Strings with the equals method

272,862 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()

970 views

5 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,653 views

10 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

260 views

5 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

766 views

Streamed 1 year 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,395 views

3 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

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

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

10 years ago

Code With Sopnil
Object Class in Java | equals(), hashCode(), toString(), clone() methods of Object class

In this video we are talking about object class in Java which is the super class. Object class some common methods which can be ...

20:29
Object Class in Java | equals(), hashCode(), toString(), clone() methods of Object class

104 views

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

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

6 years ago

Mike Møller Nielsen
Java Equals Verifier Test

Join this channel to get access to perks: https://www.youtube.com/channel/UCxWCnBPnLrCBsMg-0TWTzpQ/join Enjoy! :-) Thank ...

21:32
Java Equals Verifier Test

89 views

1 year 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,302 views

6 years ago

srikanth pragada
Learn why to override toString(), equals() and hashCode() methods of Object class in Java

Learn why we need to override tostring(), equals() and hashCode() methods of Object class of Java in classes created by us.

25:56
Learn why to override toString(), equals() and hashCode() methods of Object class in Java

14,764 views

6 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

56 views

2 months 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