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,055 results
Java Tutorials - hashCode() and equals() #java #javaprogramming HashSet (Deep Dive) ...
32 views
6 months ago
In Java, the equals() method and the == operator are used to compare objects. The main difference is that string equals() method ...
442 views
3 weeks ago
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
4 months ago
Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...
1,129 views
Unlock the power of Java's "Universal Parent": The Object Class. In this video, we pull back the curtain on the Java Object Class, ...
4 views
1 month 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: ...
25 views
5 months ago
Learn Java equals() and hashCode() methods in the simplest way with real examples and interview-focused explanations.
0 views
13 days ago
In this video, we delve into the intricacies of the Comparator and equals methods in Java, two fundamental concepts that play a ...
1 view
This video explains a small but dangerous Java mistake that causes unexpected NullPointerException. Two lines of code look ...
9 views
2 months ago
In this video, we break down one of the most common Java beginner mistakes — using == instead of .equals() when comparing ...
33 views
Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...
487 views
3 months ago
Difference between == and equals() in Java is one of the most frequently asked Java interview questions for freshers and QA ...
6 views
Java Trick Explained | Object Identity (==) vs Equality .equals() with Clear Example.
37 views
In this lesson we finally settle one of the **most confusing topics in Java** — the difference between `==` and `.equals()`. You'll ...
Java equals Method Secrets REVEALED! If you're a Java programmer, you've likely found yourself puzzled by the equals() ...
45 views
11 months ago
Most Java developers think they understand == vs equals() — and that's exactly why they fail interviews. In this video, I explain the ...
52 views
If you're preparing for Java interviews, this is one of the most asked questions — equals() vs == in Java explained clearly with real ...
6 days ago
Confused about comparing strings in Java? Don't worry—we'll break down the difference between ==, .equals(), and .
3 views
8 months ago
Understand equals() and hashCode() methods in Java — one of the most important interview and project concepts! In this lecture ...
34 views
In this video, I explain the concept of String Pool in Java in a very simple way. Topics covered: - What is String Pool? - How Java ...
46 views