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
80 results
Complete Java Programming Course. In this section, we discuss the `equals` method of the `Object` class, which is very ...
5 views
1 day ago
Welcome to QAWithSJ! In this Core Java tutorial, you'll learn one of the most important Java interview topics: String ...
15 views
2 weeks ago
Welcome to Part 2 of the Java Strings Tutorial for Beginners! In this video, we will learn: ✓ charAt() method ✓ substring() method ...
19 views
4 weeks ago
In this video, you'll learn: ✓ What the String Constant Pool is and why it exists ✓ How Java stores string literals vs strings made ...
1 view
8 days ago
Sabías que usar el operador == para comparar cadenas de texto en Java es uno de los errores más comunes y peligrosos?
2 views
Confused about when to use the == operator and when to use the equals() method in Java? In this video, you'll learn the complete ...
0 views
vs .equals() | Easy | Java Interview Prep #4 In this video, we break down "== vs .equals()" — == compares memory addresses ...
3 weeks ago
How HashMap Works Internally in Java | Hashing, Hash Collision Explained Ever wondered how a Java HashMap manages to ...
Head First Java Chapter 7: Collections and Generics – YouTube Summary** Chapter 7 of *Head First Java* introduces two of the ...
Did you know that every class in Java automatically inherits from a single superclass—even if you never write `extends` anywhere ...
11 days ago
Head First Java – Chapter 3: Know Your Variables | YouTube Description (Exactly 5000 Characters)** Chapter 3 of Head First ...
Master Java programming language in this Complete Java Masterclass series. In this video you'll learn: Equality and Relational ...
3 views
Java Basics in 8 Minutes: Data Types, Strings & Collections In this lesson, we connect the most important Java basics: primitive vs ...
93 views
Master Java primitive types and reference types to stop bugs before they happen. Learn how reference copying impacts your code ...
12 views
Welcome to Part 1 of the ultimate Core Java Interview Questions and Answers series! Whether you are a fresher preparing for ...
13 views
Learn FREE with Udemy Business If your company provides Udemy Business, you can access all of my courses at no additional ...
4 views
12 days ago
Welcome to Part 5 of the Functional Interface & Lambda Expressions Series! In this video, we explore Method References, one of ...
14 views
This video explains what method signatures and operators are, emphasizing how operators can be viewed as special methods.
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 ...
7 views
Tired of writing constructors, getters, equals(), hashCode(), and toString() for every Java class? Java Records solve this problem!