50:16
Better Tools for Immutable Data
We'll review new and upcoming Java features that improve the convenience, reliability, and performance of immutable data, ...
5:06
Immutable Classes and Objects in Java
Java Programming: Immutable Classes and Objects in Java Topics discussed: 1) Immutable Objects in Java. 2) Immutable ...
7:06
Java Strings are Immutable - Here's What That Actually Means
Java String are Immutable - but what does that really mean? We'll learn why Strings are immutable in Java, and what it means for ...
6:23
#35 Mutable vs Immutable String in Java
Check out our courses: Mastering Agentic AI with Java : https://go.telusko.com/agentic-ai Coupon: TELUSKO10 (10% Discount) ...
4:54
How to Make an Object Immutable in Java | Common Interview Question
Learn how to make an immutable object in Java with the final keyword and access modifiers. We'll also look at the Java source ...
45:51
From Final to Immutable: The not-so-final word on `final` #JVMLS
Developers have often heard the advice to "prefer immutability". Immutability confers many advantages, since an immutable object ...
9:34
Java Tutorial: Immutable Objects
What are immutable objects in Java, and why are they important? In this beginner-friendly tutorial, we'll introduce the concept of ...
9:18
Java Lesson 323: Immutable Classes
Discounts until January 22nd on all courses for only 9.99: Each coupon is valid for 10 purchases, hurry! New Photoshop course ...
25:20
Create Immutable Class in Java | Interview Questions & Pitfalls
In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...
6:49
Introduction to Java Strings, concept of immutability, creating string objects, Immutable string Immutable means unmodifiable or ...
5:44
Tricky Interview Question | Why String Is Immutable In Java | Reasons For String Immutability
This video why String was designed as Immutable in Java Checkout the Playlists: Java Tutorial For Beginners: ...
16:11
OCJA(1Z0 - 808) || Difference between String and StringBuffer Mutability Vs Immutability
Hello Friends, Use the below links to access Durga Sir Videos and Downloadable Materials with Life-Time Access. 1. Oracle Java ...
7:23
Immutable Collections in Java | Java 10 Features
Java 8 Master Videos https://bit.ly/java8videos Java 9 Master Videos https://bit.ly/java9videos Java 10 Master Videos ...
13:00
Java Records - Are they really Immutable?
We will explore what Java Records are, avoid some gotchas and how best to use them in your application. Check out my other ...
57:33
Immutable Class - interview insights| java interview questions and answers for experienced/Freshers
Let's learn different techniques to protect our custom immutable class in java which is one of the hot core java interview questions.
20:53
Why string is immutable in java || The 4 reasons you must know || part 1
Well, Why String pool? What is the need of String pool in java? How is string being an immutable class helping us optimizing the ...
13:27
Why String is Immutable | Java Tutorial
Why String is Immutable | Java Tutorial Welcome to the Core Java Tutorial Series! In this video, we introduce the essential ...
47:22
Better immutability in Kotlin with Valhalla #JVMLS
Working with immutable data is getting more and more attention in modern programming, as there are numerous advantages to it.
17:05
Design Thread-Safe Classes: Immutable Objects in Java
Today we are going to explore Thread Safety in Java using Immutable Objects. What is thread safety? In the world of ...