ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,336 results

vlogize
Understanding the equals Method in Java's Collection Interface: Why Object is the Parameter

Discover how the `equals` method in Java's Collection Interface handles parameters and why it allows non-collection objects.

1:42
Understanding the equals Method in Java's Collection Interface: Why Object is the Parameter

0 views

7 months 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

9 months ago

vlogize
Understanding the equals Method in Java

Dive deep into the `equals` method in Java, understand its functionality, and learn how to compare objects effectively in your ...

1:41
Understanding the equals Method in Java

1 view

7 months ago

The Debug Zone
Understanding Comparator and Equals Method in Java: Common Issues Explained

In this video, we delve into the intricacies of the Comparator and equals methods in Java, two fundamental concepts that play a ...

7:54
Understanding Comparator and Equals Method in Java: Common Issues Explained

1 view

2 months ago

vlogize
How to Properly Implement the equals Method in Java for Book Objects

Discover how to create a robust `equals` method in Java for comparing Book objects based on multiple attributes. Learn essential ...

1:47
How to Properly Implement the equals Method in Java for Book Objects

0 views

9 months ago

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

2,050 views

2 months ago

vlogize
Understanding the equals() Method in Java

This guide explores how to properly define the `equals()` method in Java, with a focus on best practices and performance ...

1:50
Understanding the equals() Method in Java

1 view

9 months ago

CodeMint
how to override equals method in java

Get Free GPT4.1 from https://codegive.com/5853b29 ## Overriding the `equals()` Method in Java: A Comprehensive Guide The ...

1:39
how to override equals method in java

5 views

6 months ago

Rohit Sharma
Equal check with == vs equals method in Java

This video is about how == operator and equals method works if it works with primitive type and Object type. String object ...

0:23
Equal check with == vs equals method in Java

7 views

11 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

3 months ago

vlogize
How to Properly Override the equals(Object o) Method in a Java Subclass

Discover how to implement the `equals(Object o)` method for subclasses in Java, while leveraging an abstract superclass for 2D ...

1:42
How to Properly Override the equals(Object o) Method in a Java Subclass

0 views

7 months ago

vlogize
Understanding the equals Method in Java's String Class: Why equals(Object anObject)?

Discover why the `equals` method in the Java String class is defined as `equals(Object anObject)` instead of `equals(String ...

1:40
Understanding the equals Method in Java's String Class: Why equals(Object anObject)?

0 views

7 months ago

CodeGPT
Apcsa practice what does equals do in java

Download 1M+ code from https://codegive.com/614a917 understanding the `equals()` method in java for ap csa the `equals()` ...

14:01
Apcsa practice what does equals do in java

0 views

7 months ago

vlogize
How to Properly Implement the equals Method in a Java Binary Tree

Learn how to fix the `equals` method in a Java binary tree class to avoid NullPointerExceptions and ensure accurate comparisons.

2:16
How to Properly Implement the equals Method in a Java Binary Tree

0 views

7 months ago

vlogize
Understanding the equals Method in Java: Why Does It Return Unexpected Results?

Discover why comparing a Boolean object to a string using the `equals` method produces unexpected results in Java and explore ...

1:34
Understanding the equals Method in Java: Why Does It Return Unexpected Results?

1 view

3 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

2 months ago

Abdalbasit Mohammed
equals method in java
5:40
equals method in java

136 views

11 months ago

NullPointer
Java difference between "== operator" and "equals() method"

Learn Java concepts #java_v002: difference between "== operator" and "equals() method"

0:51
Java difference between "== operator" and "equals() method"

0 views

12 days ago

QA_AI_WIZARDS
🎯 Java String Comparison Demystified: == vs .equals() Explained Clearly!

Confused about comparing strings in Java? Don't worry—we'll break down the difference between ==, .equals(), and .

5:06
🎯 Java String Comparison Demystified: == vs .equals() Explained Clearly!

3 views

6 months ago

vlogize
Understanding the Java Character Comparison: Why equals() Fails and == Works

Discover why using `equals()` fails while `==` works for comparing `Character` objects in Java. Learn the crucial differences and ...

1:39
Understanding the Java Character Comparison: Why equals() Fails and == Works

0 views

9 months ago