ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,374 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,252 views

3 months ago

Khan's Tech Lab
Java - String == (Reference Comparison) vs .equals() (Value Comparison)

In Java, == and .equals() serve different purposes: - == (Reference Comparison): This checks whether two variables point to the ...

4:43
Java - String == (Reference Comparison) vs .equals() (Value Comparison)

21 views

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

919 views

3 months ago

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

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

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

5,700 views

10 months ago

QA_AI_WIZARDS
🎯 Java String Comparison Demystified: == vs .equals() Explained Clearly!

Confused about comparing strings in Java? Don't worry—we'll break down the difference between ==, .equals(), and .

5:06
🎯 Java String Comparison Demystified: == vs .equals() Explained Clearly!

3 views

7 months ago

Doji Creates
Equals & EqualsIgnoreCase Methods in Java Lesson 019 | Tagalog Coding Tutorials

Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...

8:07
Equals & EqualsIgnoreCase Methods in Java Lesson 019 | Tagalog Coding Tutorials

418 views

2 months ago

vlogize
The Correct Way to Implement the equals() Method in Java

Discover the best practices for comparing objects in Java using the `equals()` method to avoid common pitfalls and ensure code ...

1:50
The Correct Way to Implement the equals() Method in Java

1 view

10 months ago

vlogize
Understanding the equals() Method in Java: The Importance of Proper Overriding

Dive into the world of Java programming as we explore the essential practice of overriding the `equals()` method. Understand why ...

1:47
Understanding the equals() Method in Java: The Importance of Proper Overriding

0 views

11 months ago

QA_AI_WIZARDS
🌟 Java : String Comparison in Java — equals vs == Explained!

"Same Value or Same Object? Let's Break It Down!" What's the Goal of This Program? This Java program demonstrates how to ...

5:23
🌟 Java : String Comparison in Java — equals vs == Explained!

5 views

7 months ago

Julio César Meza Ramírez
Comparación de cadenas en Java (equals)

Fundamentos de programación Julio César Meza Ramírez Ingeniero de Sistemas y Telecomunicaciones Especialista en ...

4:17
Comparación de cadenas en Java (equals)

41 views

11 months ago

TechTok Cafe
Java equals() Explained: A NullPointerException Trap

This video explains a small but dangerous Java mistake that causes unexpected NullPointerException. Two lines of code look ...

6:00
Java equals() Explained: A NullPointerException Trap

9 views

1 month ago

vlogommentary
Why HashSet.contains() Returns False Even When equals() Matches in Java

Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...

2:54
Why HashSet.contains() Returns False Even When equals() Matches in Java

5 views

1 month ago

Engineering Deep Dives
Java == vs equals() — Common Interview Mistake

One of the most common Java interview questions explained with a simple example. Understand the difference between == and ...

1:17
Java == vs equals() — Common Interview Mistake

79 views

1 month ago

FullStackSDET
Check String equals method | Java

In this video I have shared the details about String class equals() method. #seleniumautomation #Testautomation #automation ...

0:58
Check String equals method | Java

10 views

4 months ago

vlogize
Understanding the equals() Method in Java

This guide explores how to properly define the `equals()` method in Java, with a focus on best practices and performance ...

1:50
Understanding the equals() Method in Java

1 view

10 months ago

Automate Dream Job
Java coding example on  '==' and equals Method

Explanation on difference between '==' and .equals() method in java.

2:34
Java coding example on '==' and equals Method

5 views

8 months ago

JavaFlash30
equals() vs == in Java 🔥 | Explained in 30 Seconds

Ever wondered what's the real difference between == and equals() in Java? In this short 30-second animation, we show you ...

0:49
equals() vs == in Java 🔥 | Explained in 30 Seconds

1 view

3 months ago

Eye Of A Hero
== vs equals() in Java — The Interview Question That Eliminates Developers

In this lesson we finally settle one of the **most confusing topics in Java** — the difference between `==` and `.equals()`. You'll ...

7:45
== vs equals() in Java — The Interview Question That Eliminates Developers

0 views

6 days ago

Easy Coder
Java Conditions : Compare Strings Correctly with .equals() & "!" in Java

In this video, we dive into Java conditions and explore the proper way to compare strings. Learn why using the double equal ...

2:30
Java Conditions : Compare Strings Correctly with .equals() & "!" in Java

7 views

11 months ago

codeSPIDE
What is the Difference Between equals() & == in Java | Java Interview Question Explained  #CodeSpide

Understanding the difference between equals() and == in Java is essential for developers and interview aspirants. This concept ...

9:49
What is the Difference Between equals() & == in Java | Java Interview Question Explained #CodeSpide

26 views

11 months ago