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
103 results
What is the difference between == and .equals() in Java? In this video, you'll learn: • What == checks in Java • What .equals() ...
11 views
12 days ago
In this video, you'll learn how the equals() method of the Java String class works and why it is the correct way to compare String ...
36 views
5 days ago
Welcome to Part 1 of my Senior Java Backend Interview Preparation series. In this video, we're starting with one of the most ...
40 views
11 days ago
vs equals() in Java is one of the most common—and most misunderstood—Java interview topics. Do you really know when ...
65 views
6 days ago
Java equals and hashCode explained through the most classic bug in the language: you put an object in a HashMap, look it up ...
10 views
3 weeks ago
The course is fully available on the Udemy platform - https://www.udemy.com/course/hstn_java-level2 To get the maximum ...
27 views
Aprende qué compara `==` con primitivos y referencias, cómo expresa `equals()` la igualdad lógica, por qué `hashCode()` debe ...
3 views
10 days ago
In this video, you'll learn about the equalsIgnoreCase() method of the Java String class and how it differs from the equals() method ...
96 views
Want to understand the Object Class in Java? 🚀 In this video, you'll learn about the most important class in Java — Object ...
26 views
Java Interview Series 2026 | Episode #1 In this video, we will learn the difference between == and equals() in Java with practical ...
30 views
2 weeks ago
Confused about Java String methods or wondering when to use .equals() instead of ==? In this AP Computer Science A lesson, ...
16 views
2 days ago
Java Object Class Explained | The Underrated Java Topic Every Developer Must Know! In this video, we dive deep into the Object ...
0 views
🔥 String Comparison in Java | equals() vs == vs equalsIgnoreCase() Explained Are you confused between == and .equals() in ...
45 views
In this video, we will learn one of the most important Java interview topics: == Operator vs equals() Method in Java This topic is ...
4 views
Master one of the most frequently asked Java interview topics in just 3 minutes! In this video, you'll learn how HashMap really ...
23 views
4 weeks ago
In this video, we cover 12 essential Java String functions that every programmer should know — all explained in under 10 minutes ...
9 views
In this video, we cover the most commonly used String Methods in Java — what a "method" actually is, and how to use equals(), ...
32 views
Why does "Ja" + "va" equal "Java", but a + "va" DOES NOT?! Master the Java String Constant Pool, == vs .equals(), and string ...
42 views
Are you making these common Java mistakes without even realizing it? In this video, we'll explore 5 common Java mistakes that ...
108 views
What really happens when you write: String a = "Java"; It looks like a simple line of code. But behind those four letters is one of ...
2 views
4 days ago