ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

357 results

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

451 views

1 month ago

QACodda
Java equals() vs hashCode() Explained Clearly | Interview Questions + Examples | QA Codda

Learn Java equals() and hashCode() methods in the simplest way with real examples and interview-focused explanations.

12:06
Java equals() vs hashCode() Explained Clearly | Interview Questions + Examples | QA Codda

0 views

2 weeks ago

Swarup Kumar Saha
Java Object Class Methods Explained | hashCode(), toString(), equals(), getClass(), clone()

Topics covered in this video: What is hashCode() and how JVM generates object identity How toString() converts hashCode into ...

12:58
Java Object Class Methods Explained | hashCode(), toString(), equals(), getClass(), clone()

58 views

1 month ago

clustermicro
3.2 == vs .equals(), String Pool Traps & Wrapper Comparison | Java OCA 1Z0-808

Java OCA 1Z0-808 3.2 — == vs .equals(), String Pool Traps & Wrapper Comparison Master Equality Comparison for the Oracle ...

8:34
3.2 == vs .equals(), String Pool Traps & Wrapper Comparison | Java OCA 1Z0-808

0 views

5 days ago

Satyam Kumar
Java String Pool Explained Clearly | == vs equals() | Interview Concept

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

9:00
Java String Pool Explained Clearly | == vs equals() | Interview Concept

55 views

1 month ago

AY MockLab
== vs .equals() in Java | Interview Short #mockinterview #java #javainterview

Confused between == and .equals() in Java? This is one of the most asked Java interview questions for freshers. In this short ...

1:24
== vs .equals() in Java | Interview Short #mockinterview #java #javainterview

0 views

3 weeks ago

GK TechVerse
equals() vs == in Java (Full Interview Explanation with Examples) | GK TechVerse

If you're preparing for Java interviews, this is one of the most asked questions — equals() vs == in Java explained clearly with real ...

7:04
equals() vs == in Java (Full Interview Explanation with Examples) | GK TechVerse

8 views

9 days ago

CodeMechanics
Java == vs equals() Explained | Most Asked Java Interview Question

In this video, we explain the difference between the `==` operator and the `equals()` method in Java. Many beginners and even ...

20:49
Java == vs equals() Explained | Most Asked Java Interview Question

0 views

5 days ago

CodingLearner
Check if Two Strings Are Anagrams in Java | Arrays.equals() Explained

In this tutorial, we'll learn how to check if two strings are anagrams in Java. An anagram is a word or phrase formed by rearranging ...

10:08
Check if Two Strings Are Anagrams in Java | Arrays.equals() Explained

6 views

7 days ago

ITGARDEN
Java == vs equals() Explained | String Pool Example | Core Java Concept #CoreJava #JavaProgramming

Java #CoreJava #JavaProgramming #LearnJava #JavaInterview In this video, we explain the difference between == and equals() ...

4:55
Java == vs equals() Explained | String Pool Example | Core Java Concept #CoreJava #JavaProgramming

10 views

10 days ago

Eye Of A Hero
Your HashMap Is Lying to You Unless You Override These Two Methods

If you use a custom class as a HashMap key, you MUST override both equals() and hashCode() — and they must be consistent.

3:03
Your HashMap Is Lying to You Unless You Override These Two Methods

0 views

12 days ago

RisingBrain
Subarray Sum Equals K | Brute Force to Prefix Sum Optimization (C++ | Java | Python) | Part 1

In this video, we solve the classic interview problem Subarray Sum Equals K starting from the brute force approach and then ...

19:55
Subarray Sum Equals K | Brute Force to Prefix Sum Optimization (C++ | Java | Python) | Part 1

1,830 views

12 days ago

kavan
Simulating Atoms in C++

Learning Coding here: https://app.codecrafters.io/join?via=kavan010 Web Version: https://www.kavang.com/atom Github repo: ...

13:53
Simulating Atoms in C++

890,785 views

1 month ago

DC DSA Academy
Java Strings Full Masterclass 🔥 | Basics to Advanced | StringBuilder, equals(), Traversing

In this video, we cover Java Strings from Basics to Advanced in one complete masterclass If you are learning Java, preparing ...

23:06
Java Strings Full Masterclass 🔥 | Basics to Advanced | StringBuilder, equals(), Traversing

21 views

3 weeks ago

na_guara
Java: MÉTODOS de String (equals, charAt, length...)

sigueme en tiktok: @_na_guara_.

22:35
Java: MÉTODOS de String (equals, charAt, length...)

4 views

1 month ago

coding with aaditya sah
Root Equals Sum of Children | LeetCode 2236 | Java

In this video, we'll dive deep into LeetCode problem 2236: Root Equals Sum of Children. This is a perfect problem for beginners in ...

3:27
Root Equals Sum of Children | LeetCode 2236 | Java

10 views

10 days ago

Java Guides
Java String Interview Questions and Answers

Java String interview questions and answers. Most asked Java String interview questions for beginners and experienced ...

8:48
Java String Interview Questions and Answers

842 views

11 days ago

TurQUaz Lab
CMPS 251   Unit 2   Basic Object OrientedProgramming in Java   Part 8

Common useful methods: equals, compareTo.

21:54
CMPS 251 Unit 2 Basic Object OrientedProgramming in Java Part 8

4 views

3 weeks ago

The Debug Zone
Can you compare chars with ==?

Today's Topic: Can you compare chars with ==? Thanks for taking the time to learn more. In this video I'll go through your question ...

1:22
Can you compare chars with ==?

0 views

2 weeks ago

Eye Of A Hero
Why 100 == 100 Is TRUE… But 200 == 200 Is FALSE Java Integer Trap

Two identical numbers. Two completely different results. In this Java Quick Byte, we uncover one of Java's most misunderstood ...

2:11
Why 100 == 100 Is TRUE… But 200 == 200 Is FALSE Java Integer Trap

0 views

2 weeks ago