ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

76 results

QAWith SJ
Java String Comparison Explained | == vs equals() | String Pool & new String() | Core Java | 5

Welcome to QAWithSJ! In this Core Java tutorial, you'll learn one of the most important Java interview topics: String ...

12:06
Java String Comparison Explained | == vs equals() | String Pool & new String() | Core Java | 5

14 views

13 days ago

The Java Bean
Java Strings Explained: String Pool, .equals() vs == (Common Interview Trap!)

In this video, you'll learn: ✓ What the String Constant Pool is and why it exists ✓ How Java stores string literals vs strings made ...

6:35
Java Strings Explained: String Pool, .equals() vs == (Common Interview Trap!)

1 view

7 days ago

Synmath tech
Java Strings Part 2 | charAt(), substring(), equals() & Concatenation in Java

Welcome to Part 2 of the Java Strings Tutorial for Beginners! In this video, we will learn: ✓ charAt() method ✓ substring() method ...

5:59
Java Strings Part 2 | charAt(), substring(), equals() & Concatenation in Java

19 views

4 weeks ago

BSSR Learn
== vs .equals() | Easy | Java Interview Prep #4

vs .equals() | Easy | Java Interview Prep #4 In this video, we break down "== vs .equals()" — == compares memory addresses ...

4:10
== vs .equals() | Easy | Java Interview Prep #4

2 views

2 weeks ago

Cloud & Code Lab with Ajit
Java Interview Questions and Answers | == VS equals() | Core Java | Spring Boot

Confused about when to use the == operator and when to use the equals() method in Java? In this video, you'll learn the complete ...

14:23
Java Interview Questions and Answers | == VS equals() | Core Java | Spring Boot

0 views

13 days ago

The Study Room Journal
Demystifying java.lang.Object: The Hidden Superclass Every Java Developer Must Know

Did you know that every class in Java automatically inherits from a single superclass—even if you never write `extends` anywhere ...

6:24
Demystifying java.lang.Object: The Hidden Superclass Every Java Developer Must Know

0 views

9 days ago

Bite Technology
Hashing, Collisions, and Linked Lists

How HashMap Works Internally in Java | Hashing, Hash Collision Explained Ever wondered how a Java HashMap manages to ...

8:05
Hashing, Collisions, and Linked Lists

5 views

2 weeks ago

Chad Greer
White Belt - Class 5 - Operators

This video explains what method signatures and operators are, emphasizing how operators can be viewed as special methods.

6:13
White Belt - Class 5 - Operators

3 views

3 weeks ago

Omar Kweidy
Java Basics in 8 Minutes – Part 1: Data Types, Strings & Collections

Java Basics in 8 Minutes: Data Types, Strings & Collections In this lesson, we connect the most important Java basics: primitive vs ...

8:11
Java Basics in 8 Minutes – Part 1: Data Types, Strings & Collections

93 views

7 days ago

HEMANT_CODES
LeetCode 560 | Subarray Sum Equals K | Java Solution | Prefix Sum + HashMap | DSA Interview Problem

In this video, I solve **LeetCode 560 - Subarray Sum Equals K** using **Java**. This is one of the most important **Prefix Sum + ...

8:44
LeetCode 560 | Subarray Sum Equals K | Java Solution | Prefix Sum + HashMap | DSA Interview Problem

30 views

12 days ago

Advanced Tech Tutor (ATT)
Method References in Java 8 Explained | Functional Programming | Replace Lambdas with Cleaner Code

Welcome to Part 5 of the Functional Interface & Lambda Expressions Series! In this video, we explore Method References, one of ...

10:35
Method References in Java 8 Explained | Functional Programming | Replace Lambdas with Cleaner Code

14 views

3 weeks ago

Kabelo Xabendlini
Head_First_Java_Chapter_07: Better Living in Objectville.

Head First Java Chapter 7: Collections and Generics – YouTube Summary** Chapter 7 of *Head First Java* introduces two of the ...

5:32
Head_First_Java_Chapter_07: Better Living in Objectville.

1 view

2 weeks ago

MFA Creatives
How To Learn Java String Methods for Interviews (18 Important Methods Explained)

... java interview questions java string examples length method in java substring method java charat method java equals method ...

16:15
How To Learn Java String Methods for Interviews (18 Important Methods Explained)

47 views

3 weeks ago

Mantic Codes
Primitives vs Reference Types | The #1 Java Pitfall

Master Java primitive types and reference types to stop bugs before they happen. Learn how reference copying impacts your code ...

6:32
Primitives vs Reference Types | The #1 Java Pitfall

12 views

2 weeks ago

netjstech
Equality and Relational Operators in Java

Master Java programming language in this Complete Java Masterclass series. In this video you'll learn: Equality and Relational ...

17:22
Equality and Relational Operators in Java

3 views

13 days ago

DMACC-ComputerSciences
Mod 05 CIS125 Strings and Characters in Java

Table of Contents: 00:22 - Characters in Java 01:00 - Strings in Java 02:03 - String methods 02:23 - length method in Java 03:04 ...

14:57
Mod 05 CIS125 Strings and Characters in Java

6 views

3 weeks ago

Kabelo Xabendlini
Head_First_Java_Chapter_03: Breaking the Surface.

Head First Java – Chapter 3: Know Your Variables | YouTube Description (Exactly 5000 Characters)** Chapter 3 of Head First ...

11:26
Head_First_Java_Chapter_03: Breaking the Surface.

0 views

2 weeks ago

Shelendra Kumar
AssertNotEquals Assertion

Learn FREE with Udemy Business If your company provides Udemy Business, you can access all of my courses at no additional ...

4:50
AssertNotEquals Assertion

3 views

10 days ago

Code With Nethaji
Java 17 Records Explained | Complete Guide with Real-Time Examples & Interview Questions

Tired of writing constructors, getters, equals(), hashCode(), and toString() for every Java class? Java Records solve this problem!

10:06
Java 17 Records Explained | Complete Guide with Real-Time Examples & Interview Questions

4 views

13 days ago

Kernel Queen 👑
Find the Number of Subsequences With Equal GCD | Leetcode 3336 | Java | Hindi

Update: Time Complexity will be O(n*m*m)*logm (we need to consider the gcd function as well) Problem Link: ...

11:46
Find the Number of Subsequences With Equal GCD | Leetcode 3336 | Java | Hindi

870 views

4 days ago