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
2,392 results
Discover how the `equals` method in Java's Collection Interface handles parameters and why it allows non-collection objects.
0 views
7 months ago
Confused between == and equals() in Java? Wondering what hashCode() does, or why you must override both equals() and ...
2,189 views
2 months ago
Dive deep into the `equals` method in Java, understand its functionality, and learn how to compare objects effectively in your ...
1 view
Discover the best practices for comparing objects in Java using the `equals()` method to avoid common pitfalls and ensure code ...
9 months ago
Learn Java concepts #java_v002: difference between "== operator" and "equals() method"
2 views
2 weeks ago
Hey everyone! In this video, I have explained what is difference between '==' operator and .equals() method in java with simple ...
609 views
11 months ago
In this video, we delve into the intricacies of the Comparator and equals methods in Java, two fundamental concepts that play a ...
3 months ago
Discover how to create a robust `equals` method in Java for comparing Book objects based on multiple attributes. Learn essential ...
Download 1M+ code from https://codegive.com/614a917 understanding the `equals()` method in java for ap csa the `equals()` ...
8 months ago
This video is about how == operator and equals method works if it works with primitive type and Object type. String object ...
7 views
This guide explores how to properly define the `equals()` method in Java, with a focus on best practices and performance ...
In this video I have shared the details about String class equals() method. #seleniumautomation #Testautomation #automation ...
10 views
Get Free GPT4.1 from https://codegive.com/5853b29 ## Overriding the `equals()` Method in Java: A Comprehensive Guide The ...
5 views
6 months ago
Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...
316 views
Learn how to implement a proper `equals()` method in Java for comparing two integer-filled objects easily and effectively.
Discover why comparing a Boolean object to a string using the `equals` method produces unexpected results in Java and explore ...
Discover why the `equals` method in the Java String class is defined as `equals(Object anObject)` instead of `equals(String ...
Learn how to fix the `equals` method in a Java binary tree class to avoid NullPointerExceptions and ensure accurate comparisons.
136 views
Explanation on difference between '==' and .equals() method in java.