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
304 results
Here's a Java records challenge that demonstrates the difference between shallow and deep immutability. Records give you ...
5,124 views
3 weeks ago
Learn how to easily create variations of immutable Java objects for testing by leveraging Lombok's @ With and @ Builder ...
0 views
10 days ago
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
34 views
5 days ago
immutable class java what is immutability immutable vs mutable create immutable class example java interview questions.
50 views
Immutable collections vs. unmodifiable collections: understanding the key difference. Collections are simply a group of objects.
11 hours ago
In this video, I explain Java String Immutability in a simple and clear way with real examples. What you will learn: • What is ...
Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...
11 views
6 days ago
Ever wondered why String is immutable in Java? Here's the fastest explanation! Boost your Java interview prep & core concepts.
139 views
In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...
8 days ago
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
2 weeks ago
In Java, `final` does NOT make an object immutable. It only prevents reassignment of the reference. That's why a final array can ...
19 views
2 days ago
Welcome to Java Code Academy! ☕ In this video, we move from Arrays to one of the most important topics in Java: Strings.
With Java 9, creating Immutable Collections became super easy using factory methods like List.of(), Set.of(), and Map.of().
677 views
In Java, string and wrapper class objects are immutable. This means once created, their content cannot be changed. Learn why ...
4,232 views
4 days ago
¿Sabías que final en Java no hace las cosas inmutables por ejemplo si tenemos un final listo string y a partir de eso creamos un ...
1,615 views
In this lesson, we explore immutability and how professional Java systems avoid concurrency bugs through design instead of ...
3 views
12 days ago
In this video, we break down one of the most popular Core Java interview questions: “Why is String immutable and what problems ...
... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...
3,035 views
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
732 views
9 days ago
Custom Immutable Class.
8 views