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
1,059 results
Learn Java equals() and hashCode() methods in the simplest way with real examples and interview-focused explanations.
37 views
4 months ago
Complete Java Programming Course. In this section, we discuss the `equals` method of the `Object` class, which is very ...
2 views
5 hours ago
Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...
672 views
8 months ago
In Java, the equals() method and the == operator are used to compare objects. The main difference is that string equals() method ...
635 views
5 months ago
Master the classic Subarray Sum Equals K problem using prefix sums and hash maps. We cover easy examples, negatives, ...
3,831 views
7 months ago
Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...
2,850 views
equals and hashcode in java equals vs hashcode java java hashcode method java equals method hashcode contract java ...
42 views
2 months ago
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: ...
9 months ago
Java Tutorials - hashCode() and equals() #java #javaprogramming HashSet (Deep Dive) ...
40 views
10 months ago
Java Trick Explained | Object Identity (==) vs Equality .equals() with Clear Example.
38 views
Learn how the HashSet works internally in Java and why overriding equals() and hashCode() is crucial when using user-defined ...
87 views
3 months ago
Welcome to Episode 55 of the Astral Grid Java Course in Tamil! In this video, we explore the Object class in Java – the superclass ...
332 views
11 months ago
Invaluable problem navigator: https://topmate.io/nikoo28/1672249?utm_source=public_profile&utm_campaign=nikoo28 Join this ...
35,587 views
In this video, you'll learn how to work with three fundamental Java methods: equals(), hashCode(), and toString(), defined in ...
Confused between == and .equals() in Java? In this video, we break down the difference between == and equals() in a simple ...
25 views
Why does == return false while .equals() returns true in Java? In this video, you'll learn String Literals, String Constant Pool (SCP), ...
144 views
1 month ago
This video explains a small but dangerous Java mistake that causes unexpected NullPointerException. Two lines of code look ...
14 views
6 months ago
equals() method: Why and how to override it
15 views
In this video, we solve the classic interview problem Subarray Sum Equals K starting from the brute force approach and then ...
16,620 views
In this lesson we finally settle one of the **most confusing topics in Java** — the difference between `==` and `.equals()`. You'll ...
5 views