ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

83 results

LD TechLab – IT & Programming Made Simple
Christmas Java Mistake: == vs equals() Explained

This Java string comparison fails — just like fake gifts. Many beginners use == to compare Strings in Java, but this only compares ...

0:46
Christmas Java Mistake: == vs equals() Explained

49 views

19 hours ago

Clumsy Java Developer
== vs .equals() in Java — Office Analogy You’ll Never Forget

Most Java developers fail interviews because they explain == and .equals() incorrectly. In this short video, I explain the difference ...

2:37
== vs .equals() in Java — Office Analogy You’ll Never Forget

0 views

5 days ago

Prod Ready Code
Why HashMap Returns null: equals() & hashCode() Contract Explained

You put a value in a HashMap. You know it's there. But when you try to get it back… it's null. This isn't a Java bug. It's an equals() ...

2:57
Why HashMap Returns null: equals() & hashCode() Contract Explained

0 views

4 days ago

Artigiani Del Web
equals | Corso Java Pratico

Corso Java Pratico https://artigianidelweb.it/i-nostri-corsi/java-pratico/ #java #javaprogramming #javatutorial.

0:44
equals | Corso Java Pratico

0 views

3 days ago

Code With K5KC
Java hashCode() & equals(): The Contract You MUST Know 📜 #k5kc #java #javainterviewquestions

DESCRIPTION* Explore the crucial `hashCode()` and `equals()` contract in Java. Learn why if two objects are equal, they *must* ...

2:00
Java hashCode() & equals(): The Contract You MUST Know 📜 #k5kc #java #javainterviewquestions

1,907 views

3 days ago

JavaWacky
== vs equals

Java == vs equals() ☕ Many beginners get this wrong! == checks memory, but equals() checks value. Can you guess which one ...

0:55
== vs equals

135 views

17 hours ago

Tech Snaackz
Difference Between == and equals() in Java | Java Interview Question for 2026 | #shorts TechSnaackz

In this video, we explain the difference between == and equals() in Java, one of the most commonly asked Java interview ...

0:28
Difference Between == and equals() in Java | Java Interview Question for 2026 | #shorts TechSnaackz

107 views

5 days ago

JavaCodeAcademy
equals() vs hashCode() explained simpl.#Java JavaInterview #HashCode #Equals #JavaShorts #LearnJava
0:45
equals() vs hashCode() explained simpl.#Java JavaInterview #HashCode #Equals #JavaShorts #LearnJava

154 views

6 days ago

Dev Disciplines
== vs equals() in Java (Simple Interview Explanation) #youtubeshorts #EqualsMethod #javainterview

vs equals() is a classic Java interview question. This Short explains: • Reference vs value comparison • Why equals() matters ...

0:41
== vs equals() in Java (Simple Interview Explanation) #youtubeshorts #EqualsMethod #javainterview

67 views

2 days ago

Uncodedex
== is for references equals() is for Content #Java #Equals #Programming #uncodedex
1:21
== is for references equals() is for Content #Java #Equals #Programming #uncodedex

276 views

5 days ago

Code with Gaurav
== vs equals() 🤯 Guess the Output | Java Challenge #Shorts

Most Java devs still get == vs equals() wrong Can you predict the output? Comment before the answer! #Java #OOP ...

0:19
== vs equals() 🤯 Guess the Output | Java Challenge #Shorts

86 views

2 days ago

SCodesss
Master the Java Ternary Operator (?:) in Seconds! #Java ☕💻

Are you still writing 5 lines of code for a simple true or false check? It's time to level up your programming game! In this tutorial, I ...

2:02
Master the Java Ternary Operator (?:) in Seconds! #Java ☕💻

42 views

4 days ago

CodeToCloud Academy
Hexaware Java Backend L1 Interview Experience 5–6 Years

In this video, I share my real Hexaware Java Backend L1 interview experience for 5–6 years of experience. The interview was a ...

2:46
Hexaware Java Backend L1 Interview Experience 5–6 Years

9 views

1 day ago

ClipCoder
Stop Failing Java Interviews. (Top 10 Questions Explained)

Memorizing definitions won't get you hired. Understanding HOW things work will. In this video, I break down the Top 10 Java ...

7:05
Stop Failing Java Interviews. (Top 10 Questions Explained)

15 views

4 days ago

ARY Digital HD
Chaalbaaz Episode 71 | Teaser | Saniya Samshad | Zoha Tauqeer | ARY Digital Drama

Watch the latest Pakistani drama now, and make sure to subscribe for all the updates!" ➡️ https://bit.ly/arydigitalyt. Watch All ...

0:55
Chaalbaaz Episode 71 | Teaser | Saniya Samshad | Zoha Tauqeer | ARY Digital Drama

1,599,572 views

6 days ago

Mohit Chhabra
Java Full Course in 8 Hours | Java Programming from Scratch (Beginner to Advanced)

Welcome to the most detailed Java Programming Full Course where you will learn Java from scratch to advanced concepts in one ...

8:35:26
Java Full Course in 8 Hours | Java Programming from Scratch (Beginner to Advanced)

118 views

5 days ago

devLog
Understanding Java Variables, Data Types & Strings

Java Basics & Core Concepts This playlist contains Java concept explanation videos created using NotebookLM, focused on ...

6:58
Understanding Java Variables, Data Types & Strings

0 views

1 day ago

Code Lift
Is 153 Really Special? 🤯 | Armstrong Number in Java

An Armstrong Number is a special number where the sum of each digit raised to the power of total digits equals the number itself ...

1:00
Is 153 Really Special? 🤯 | Armstrong Number in Java

146 views

1 day ago

SkillBrew AI
What Are Data Types? Programming Basics for Beginners | SkillBrew.AI

Why does 11 + 1 equal 12, but "11" + "1" equals "111"? The answer lies in Data Types. In this tutorial from SkillBrew.AI, Suhani ...

4:02
What Are Data Types? Programming Basics for Beginners | SkillBrew.AI

14 views

6 days ago

Fast and Easy Maths !
(6-3)(3-6)+9 Answer is not 18. Can you solve this Ukraine Math Test problem?#math #ukraine

(6-3)(3-6)+9 Answer is not 18. Can you solve this Ukraine Math Test problem?#math #ukraine The link to another viral math ...

1:03
(6-3)(3-6)+9 Answer is not 18. Can you solve this Ukraine Math Test problem?#math #ukraine

1,258 views

6 days ago

Othman Shbeir
Lecture 03: Strings in Java (Concatenation, Length, Methods & Comparison)

In this lecture, we explore Strings in Java, which are used to store and manipulate text such as letters, words, and sentences.

11:50
Lecture 03: Strings in Java (Concatenation, Length, Methods & Comparison)

19 views

1 day ago

Chetna Patankar
Strings Major Errors🤯#Java #dsa #students #interview #shorts #short #shortsfeed #foryou #viralshort

Stop making this common Java mistake! If you are using "==" to compare Strings in your code or Online Assessments, you ...

0:32
Strings Major Errors🤯#Java #dsa #students #interview #shorts #short #shortsfeed #foryou #viralshort

0 views

1 day ago

Fast and Easy Maths !
2(2+4)÷(2+4)2 Answer is not 1. Can you solve this Ukraine Math Test problem?#math #ukraine

2(2+4)÷(2+4)2 Answer is not 1. Can you solve this Ukraine Math Test problem?#math #ukraine The link to another viral math ...

1:17
2(2+4)÷(2+4)2 Answer is not 1. Can you solve this Ukraine Math Test problem?#math #ukraine

183 views

4 days ago

Fast and Easy Maths !
20% of what is 80? The answer is not 4.  Ukraine Math Test #math #percentages #ukraine

20% of what is 80? The answer is not 4. Ukraine Math Test #math #percentages #ukraine To apply for one on one tutoring pls fill ...

1:15
20% of what is 80? The answer is not 4. Ukraine Math Test #math #percentages #ukraine

1,014 views

7 days ago

Fast and Easy Maths !
9÷3/(3÷9) Answer is not 1. Can you solve this Ukraine Math Test problem?#math #ukraine

9÷3/(3÷9) Answer is not 1. Can you solve this Ukraine Math Test problem?#math #ukraine The link to another viral math problem!

1:03
9÷3/(3÷9) Answer is not 1. Can you solve this Ukraine Math Test problem?#math #ukraine

809 views

6 days ago