ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

475,161 results

Coding with John
.equals() vs. == in Java - The Real Difference

Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners Watch now to learn the difference between ...

8:48
.equals() vs. == in Java - The Real Difference

224,752 views

5 years ago

Telusko
#58 Object Class equals toString hashcode in Java

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

12:00
#58 Object Class equals toString hashcode in Java

220,872 views

3 years ago

Programando en JAVA
HASHCODE y EQUALS en JAVA - Tutorial Completo Fácil

De Desarrollador a Arquitecto Senior - https://www.codeja.dev/bootcamp ‍ CodeJa | Aprende JAVA con EJERCICIOS ...

8:15
HASHCODE y EQUALS en JAVA - Tutorial Completo Fácil

11,704 views

3 years ago

DiscoDurodeRoer
Equals and Hashcode | Java SE Course #69

We continue with the Java SE course, explaining how the equals and hashcode methods work. - Course Github: https://github.com ...

5:08
Equals and Hashcode | Java SE Course #69

1,215 views

1 year ago

Alex Lee
Java String Comparison Tutorial (Equals vs == in Java)

OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE!

6:45
Java String Comparison Tutorial (Equals vs == in Java)

94,818 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

87,081 views

10 years ago

Charly Cimino
BE CAREFUL when COMPARING STRINGS ⚠️ in Java ☕ Use EQUALS 😉

📄 Pay attention! In this video, I'll teach you how to compare strings in Java ☕ using the "equals" method. Avoid problems and ...

7:06
BE CAREFUL when COMPARING STRINGS ⚠️ in Java ☕ Use EQUALS 😉

4,918 views

2 years ago

Appficial
Overriding the Object equals Method - Java Override Example - Comparing Objects - APPFICIAL

equals() is a method that comes from the Object class. Equals compares the calling object with another object and returns true if ...

6:21
Overriding the Object equals Method - Java Override Example - Comparing Objects - APPFICIAL

50,461 views

7 years ago

Roelcode
🔴Curso de Java#37 - Equals en Java

El Mejor Curso de Java que hay en la actualidad.

8:19
🔴Curso de Java#37 - Equals en Java

813 views

4 years ago

People also watched

Hackaprende
Java para Principiantes - Comparación de objetos con Equals

Visita el blog para aprender más, ver más cursos y artículos: https://www.hackaprende.com Síguenos en Facebook: ...

5:49
Java para Principiantes - Comparación de objetos con Equals

2,779 views

6 years ago

Belisario De La Mata
CURSO DE JAVA - Método Equals - Comparación de Objetos y valores

Explicación de la forma para comparar si dos objetos son equivalentes. Recuerda que el operador == para los tipos primitivos ...

10:59
CURSO DE JAVA - Método Equals - Comparación de Objetos y valores

14,290 views

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

4 years ago

Retro
✅ CÓMO COMPARAR Strings En JAVA CORRECTAMENTE ✅ | Java Comparar Strings | Java método Equals

Canal de Gameplays https://www.youtube.com/channel/UCNS9lxPxI_n4yXGuJ5H-mJw ➤ Twitch: ...

5:56
✅ CÓMO COMPARAR Strings En JAVA CORRECTAMENTE ✅ | Java Comparar Strings | Java método Equals

8,930 views

3 years ago

Java
Pattern Matching in Java: Better Code, Better APIs

Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Switch and instanceof have ...

37:32
Pattern Matching in Java: Better Code, Better APIs

20,792 views

9 months ago

tecnotas
Java-Objetos: toString(), equals(), hashCode()

Qué es un objeto?@0:19 ¿Qué es una instancia?@1:24 ¿Cómo saber si un objeto es el mismo objeto que otro?@4:16 ¿Cómo ...

11:14
Java-Objetos: toString(), equals(), hashCode()

13,156 views

9 years ago

The Curious Coder
== vs .equals() in Java | String Constant Pool and Heap Explained Simply

Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...

19:53
== vs .equals() in Java | String Constant Pool and Heap Explained Simply

1,132 views

4 months ago

Coding With Chuck
C# vs Java Explained — A Senior Developer’s Honest Breakdown

Are you trying to decide whether to learn C# or Java? Or maybe you already know one language and want to understand how the ...

11:30
C# vs Java Explained — A Senior Developer’s Honest Breakdown

167,729 views

3 years ago

pildorasinformaticas
Java Course. Collections III. Equals and HashCode Methods. Video 181

We continue exploring collections in this video, covering the use of two very important methods in collections: equals() and ...

19:54
Java Course. Collections III. Equals and HashCode Methods. Video 181

85,150 views

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

273,243 views

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

2 years ago

Crack Concepts
DIFFERENCE BETWEEN "equals() method" and "== operator" IN JAVA | STRING IN JAVA

Difference between "== operator" and "equals() method" in java.

4:36
DIFFERENCE BETWEEN "equals() method" and "== operator" IN JAVA | STRING IN JAVA

19,002 views

6 years ago

Ankit Wasankar
02. Equals and HashCode Contract & Different Variations

This video includes: - What is default implementation of equals() and hashCode() method. - What is equals() and hashCode() ...

11:19
02. Equals and HashCode Contract & Different Variations

86,943 views

5 years ago

CS Hero
Java Tutorial: The Equals Method

This video covers how to use the == operator to compare reference and how to override and use the equals method to compare ...

12:24
Java Tutorial: The Equals Method

607 views

4 years ago

ProgramaTutos
33. How to use the Equals function in Java to compare objects

If you're a Java programmer, you've probably used the `equals` function to compare objects. In this video, you'll learn ...

10:47
33. How to use the Equals function in Java to compare objects

742 views

3 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

4,155 views

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

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

2 years ago

Mini Programming
Why do we Override Equals Method in java | Simple sample example in a minute

Shorts Why do we Override Equals Method in java #trending #viral #corejava #coding #programming #program #programmers ...

0:58
Why do we Override Equals Method in java | Simple sample example in a minute

211 views

3 years ago

Learn360
Java - Difference between equals method and == operator

Java Interview preparation.

0:59
Java - Difference between equals method and == operator

529 views

2 years ago