ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,668 results

The Curious Coder
equals() vs hashCode() in Java | Internal Working & Real Use Cases

Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...

27:58
equals() vs hashCode() in Java | Internal Working & Real Use Cases

4,170 views

4 months ago

Java Guides
Difference Between == Operator and equals() Method in Java | Theory + Code Demo

In Java, the equals() method and the == operator are used to compare objects. The main difference is that string equals() method ...

5:39
Difference Between == Operator and equals() Method in Java | Theory + Code Demo

444 views

3 weeks ago

The Y Effect
== vs .equals() in Java | Let's ask Y

Many Java beginners get confused between == and .equals() — and honestly, it's one of the most common mistakes even ...

2:26
== vs .equals() in Java | Let's ask Y

15 views

7 months ago

Doji Creates
Equals & EqualsIgnoreCase Methods in Java Lesson 019 | Tagalog Coding Tutorials

Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...

8:07
Equals & EqualsIgnoreCase Methods in Java Lesson 019 | Tagalog Coding Tutorials

487 views

3 months ago

vlogommentary
Why HashSet.contains() Returns False Even When equals() Matches in Java

Understanding why Java's HashSet.contains() might return false despite an element being equal, focusing on hashCode and ...

2:54
Why HashSet.contains() Returns False Even When equals() Matches in Java

8 views

2 months ago

The Curious Coder
== vs .equals() in Java | String Constant Pool and Heap Explained Simply

Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...

19:53
== vs .equals() in Java | String Constant Pool and Heap Explained Simply

1,133 views

4 months ago

Im-Teched
Java == vs .equals() Explained Simply | Don’t Confuse These Again!

Ever wondered what the difference is between = and .equals() in Java? In this video, we'll break it down in the simplest way ...

7:02
Java == vs .equals() Explained Simply | Don’t Confuse These Again!

5 views

4 months ago

JavaFlash30
equals() vs == in Java 🔥 | Explained in 30 Seconds

Ever wondered what's the real difference between == and equals() in Java? In this short 30-second animation, we show you ...

0:49
equals() vs == in Java 🔥 | Explained in 30 Seconds

1 view

4 months ago

Engineering Deep Dives
Java == vs equals() — Common Interview Mistake

One of the most common Java interview questions explained with a simple example. Understand the difference between == and ...

1:17
Java == vs equals() — Common Interview Mistake

79 views

2 months ago

Artificial IQ
Understanding HashMap Internals — hashCode, equals, Collisions & Performance Java

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: ...

5:09
Understanding HashMap Internals — hashCode, equals, Collisions & Performance Java

25 views

5 months ago

HamaraDin🤝
== vs .equals() in Java | Java Interview Shorts | #Shorts

What's the difference between == and .equals() in Java? This short explains it simply with an example — must-know for freshers ...

0:35
== vs .equals() in Java | Java Interview Shorts | #Shorts

20 views

8 months ago

Hello Byte
Subarray Sum Equals K | Coding Interview Must-Know

Master the classic Subarray Sum Equals K problem using prefix sums and hash maps. We cover easy examples, negatives, ...

4:19
Subarray Sum Equals K | Coding Interview Must-Know

1,150 views

3 months ago

The Automation Hub
What's the Difference Between == and .equals() in Java?

Confused between equals() and == in Java? You're not alone! In this video, we break down the key differences between these ...

25:24
What's the Difference Between == and .equals() in Java?

71 views

9 months ago

Hypnojava
Differentiate between == and equals() methods in Java

briefly about the differentiate between == and equals() methods in Java.

1:12
Differentiate between == and equals() methods in Java

13 views

11 months ago

Coding with Vighnesh
Top 75+ Java Interview Questions - What Is the Contract Between equals() and hashCode()?

What Is the Contract Between equals() and hashCode()? | Core Java Interview Question Explained In this video, we explain one ...

1:37
Top 75+ Java Interview Questions - What Is the Contract Between equals() and hashCode()?

118 views

2 months ago

TechTok Cafe
Java equals() Explained: A NullPointerException Trap

This video explains a small but dangerous Java mistake that causes unexpected NullPointerException. Two lines of code look ...

6:00
Java equals() Explained: A NullPointerException Trap

9 views

2 months ago

FullStackSDET
Check String equals method | Java

In this video I have shared the details about String class equals() method. #seleniumautomation #Testautomation #automation ...

0:58
Check String equals method | Java

10 views

5 months ago

NeetCodeIO
Minimum Number of Operations to Make All Array Elements Equal to 1 - Leetcode 2654 - Python

https://neetcode.io/yt - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

24:08
Minimum Number of Operations to Make All Array Elements Equal to 1 - Leetcode 2654 - Python

5,285 views

4 months ago

AFTER SCHOOL
Google Style Java Interview Question | Array 🇺🇸

Think you really understand Java arrays? This interview trick question catches even experienced developers off guard.

2:13
Google Style Java Interview Question | Array 🇺🇸

9 views

1 month ago

vlogize
The Correct Way to Implement the equals() Method in Java

Discover the best practices for comparing objects in Java using the `equals()` method to avoid common pitfalls and ensure code ...

1:50
The Correct Way to Implement the equals() Method in Java

1 view

11 months ago