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,668 results
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
4,170 views
4 months ago
In Java, the equals() method and the == operator are used to compare objects. The main difference is that string equals() method ...
444 views
3 weeks ago
Many Java beginners get confused between == and .equals() — and honestly, it's one of the most common mistakes even ...
15 views
7 months ago
Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...
487 views
3 months ago
Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...
8 views
2 months ago
Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...
1,133 views
Ever wondered what the difference is between = and .equals() in Java? In this video, we'll break it down in the simplest way ...
5 views
Ever wondered what's the real difference between == and equals() in Java? In this short 30-second animation, we show you ...
1 view
One of the most common Java interview questions explained with a simple example. Understand the difference between == and ...
79 views
In this video, we dive deep into Java's HashMap — how it works, why it's so fast, and what makes it reliable (or risky). You'll learn: ...
25 views
5 months ago
What's the difference between == and .equals() in Java? This short explains it simply with an example — must-know for freshers ...
20 views
8 months ago
Master the classic Subarray Sum Equals K problem using prefix sums and hash maps. We cover easy examples, negatives, ...
1,150 views
Confused between equals() and == in Java? You're not alone! In this video, we break down the key differences between these ...
71 views
9 months ago
briefly about the differentiate between == and equals() methods in Java.
13 views
11 months ago
What Is the Contract Between equals() and hashCode()? | Core Java Interview Question Explained In this video, we explain one ...
118 views
This video explains a small but dangerous Java mistake that causes unexpected NullPointerException. Two lines of code look ...
9 views
In this video I have shared the details about String class equals() method. #seleniumautomation #Testautomation #automation ...
10 views
https://neetcode.io/yt - A better way to prepare for Coding Interviews LinkedIn: ...
5,285 views
Think you really understand Java arrays? This interview trick question catches even experienced developers off guard.
1 month ago
Discover the best practices for comparing objects in Java using the `equals()` method to avoid common pitfalls and ensure code ...