Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
4,374 results
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
3,252 views
3 months ago
In Java, == and .equals() serve different purposes: - == (Reference Comparison): This checks whether two variables point to the ...
21 views
10 months ago
Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...
919 views
안녕하세요~~ 자바에서 변수의 값이나 참조를 비교하는 방법입니다. 너무 어렵게 생각하지 마시고, 값을 비교하는지, 객체를 비교 ...
5,700 views
Confused about comparing strings in Java? Don't worry—we'll break down the difference between ==, .equals(), and .
3 views
7 months ago
Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...
418 views
2 months ago
Discover the best practices for comparing objects in Java using the `equals()` method to avoid common pitfalls and ensure code ...
1 view
Dive into the world of Java programming as we explore the essential practice of overriding the `equals()` method. Understand why ...
0 views
11 months ago
"Same Value or Same Object? Let's Break It Down!" What's the Goal of This Program? This Java program demonstrates how to ...
5 views
Fundamentos de programación Julio César Meza Ramírez Ingeniero de Sistemas y Telecomunicaciones Especialista en ...
41 views
This video explains a small but dangerous Java mistake that causes unexpected NullPointerException. Two lines of code look ...
9 views
1 month ago
Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...
One of the most common Java interview questions explained with a simple example. Understand the difference between == and ...
79 views
In this video I have shared the details about String class equals() method. #seleniumautomation #Testautomation #automation ...
10 views
4 months ago
This guide explores how to properly define the `equals()` method in Java, with a focus on best practices and performance ...
Explanation on difference between '==' and .equals() method in java.
8 months ago
Ever wondered what's the real difference between == and equals() in Java? In this short 30-second animation, we show you ...
In this lesson we finally settle one of the **most confusing topics in Java** — the difference between `==` and `.equals()`. You'll ...
6 days ago
In this video, we dive into Java conditions and explore the proper way to compare strings. Learn why using the double equal ...
7 views
Understanding the difference between equals() and == in Java is essential for developers and interview aspirants. This concept ...
26 views