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
365 results
Java equals and hashCode explained through the most classic bug in the language: you put an object in a HashMap, look it up ...
0 views
14 hours ago
Speaker: Daryl Yeap Moderator: Zabrina Lo 15 July 2026 – Organised by the Hong Kong Trade Development Council (HKTDC), ...
18 views
8 days ago
Are you comparing Strings in Java the wrong way? Watch this quick tip to understand the crucial difference between == and ...
6 views
4 days ago
Complete Java Programming Course. In this section, we discuss the `equals` method of the `Object` class, which is very ...
16 views
13 days ago
Confused about when to use the == operator and when to use the equals() method in Java? You aren't alone! This is one of the ...
12 days ago
1 view
Sabías que usar el operador == para comparar cadenas de texto en Java es uno de los errores más comunes y peligrosos?
11 views
Want to learn how to compare strings in programming? In this beginner-friendly tutorial, you'll learn how to compare two strings ...
3 weeks ago
In this video, you'll learn: ✓ What the String Constant Pool is and why it exists ✓ How Java stores string literals vs strings made ...
2 weeks ago
Difference between == vs equals() in Java | BuiltBy Error Confused about the difference between == and equals() in Java?
19 views
4 weeks ago
HashSet is one of the most powerful collections in Java, capable of storing millions of elements while providing fast lookups and ...
10 views
10 days ago
Welcome to QAWithSJ! In this Core Java tutorial, you'll learn one of the most important Java interview topics: String ...
Want to understand the Object Class in Java? 🚀 In this video, you'll learn about the most important class in Java — Object ...
How HashMap Works Internally in Java | Hashing, Hash Collision Explained Ever wondered how a Java HashMap manages to ...
5 views
Did you know that every class in Java automatically inherits from a single superclass—even if you never write `extends` anywhere ...
Master one of the most frequently asked Java interview topics in just 3 minutes! In this video, you'll learn how HashMap really ...
[Java]Does indexOf use equals? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
1 month ago
Java Basics in 8 Minutes: Data Types, Strings & Collections In this lesson, we connect the most important Java basics: primitive vs ...
101 views
Confused between == and .equals() in Java? In this video, I break down the difference with clear examples so you will never ...
Think you know Java? ☕ Don't answer too quickly! In this quick coding challenge, we look at a classic Java String trap involving ...
3 views