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
367 results
This Java string comparison fails — just like fake gifts. Many beginners use == to compare Strings in Java, but this only compares ...
49 views
22 hours ago
Learn Java Object class methods the right way! In this video, I break down toString(), equals(), and hashCode() with simple ...
43 views
3 weeks ago
In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...
2 views
13 days ago
Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...
0 views
10 days ago
Most Java developers fail interviews because they explain == and .equals() incorrectly. In this short video, I explain the difference ...
5 days ago
What is the difference between == operator and equals() method in Java? #corejava #equals #codealongdev ...
31 views
In this video, I explain the most important Java concept: Why we override equals() and hashCode() What happens inside ...
35 views
You put a value in a HashMap. You know it's there. But when you try to get it back… it's null. This isn't a Java bug. It's an equals() ...
4 days ago
DESCRIPTION* Explore the crucial `hashCode()` and `equals()` contract in Java. Learn why if two objects are equal, they *must* ...
1,931 views
3 days ago
What Is the Contract Between equals() and hashCode()? | Core Java Interview Question Explained In this video, we explain one ...
50 views
8 days ago
vs equals() in Java. Code: String compare. The answer is Reference vs Value. equals checks content. #javastring #coding ...
11 days ago
Java == vs equals() ☕ Many beginners get this wrong! == checks memory, but equals() checks value. Can you guess which one ...
135 views
21 hours ago
In this video, we explain the difference between == and equals() in Java, one of the most commonly asked Java interview ...
107 views
154 views
6 days ago
In this video, you'll be learning about the length( ), charAt( ), indexOf( ), lastIndexOf( ), toUpperCase( ), toLowerCase( ), and ...
4 views
vs equals() is a classic Java interview question. This Short explains: • Reference vs value comparison • Why equals() matters ...
69 views
2 days ago
Java Output Question – Episode 5 This question checks your understanding of: equals() vs == Integer Caching Reference ...
192 views
Never use '==' for String content! ❌ Always use .equals() to compare Strings ✓ Most Java developers make this mistake Save ...
92 views
9 days ago