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
328 results
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
42 views
9 days ago
Learn how to easily create variations of immutable Java objects for testing by leveraging Lombok's @ With and @ Builder ...
0 views
2 weeks ago
Here's a Java records challenge that demonstrates the difference between shallow and deep immutability. Records give you ...
5,136 views
4 weeks ago
immutable class java what is immutability immutable vs mutable create immutable class example java interview questions.
50 views
In Java, `final` does NOT make an object immutable. It only prevents reassignment of the reference. Thatâs why a final array ...
20 views
6 days ago
In this video, I explain Java String Immutability in a simple and clear way with real examples. What you will learn: ⹠What is ...
3 weeks ago
In this video, we explore one of the most important concepts in Core Java â String immutability. You will learn: What is String ...
4 days ago
In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...
307 views
1 day ago
Ever wondered why String is immutable in Java? Here's the fastest explanation! Boost your Java interview prep & core concepts.
139 views
Welcome to today's programming lesson! In this video, we'll cover the String Class in Java. This tutorial is designed for beginners ...
12 views
Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...
11 views
10 days ago
Welcome to Java Code Academy! â In this video, we move from Arrays to one of the most important topics in Java: Strings.
In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...
36 views
12 days ago
In this lesson, we explore immutability and how professional Java systems avoid concurrency bugs through design instead of ...
4 views
With Java 9, creating Immutable Collections became super easy using factory methods like List.of(), Set.of(), and Map.of().
677 views
In this video, we break down one of the most popular Core Java interview questions: âWhy is String immutable and what problems ...
When to Use Records Use Records when: You need a simple data carrier Data is immutable You don't need to modify data after ...
15 views
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
775 views
13 days ago
Immutable collections vs. unmodifiable collections: understanding the key difference. Collections are simply a group of objects.
244 views
What does 'immutable' actually mean? Simply put, it means the content of the object can't be changed. It's that simple, and ...
452 views
2 days ago