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
327 results
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
57 views
2 weeks ago
Collections.unmodifiableList ...
2,045 views
12 days ago
In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...
629 views
11 days ago
Learn how to easily create variations of immutable Java objects for testing by leveraging Lombok's @ With and @ Builder ...
0 views
3 weeks ago
In Java, `final` does NOT make an object immutable. It only prevents reassignment of the reference. That’s why a final array ...
20 views
Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...
11 views
In this video, we explore one of the most important concepts in Core Java – String immutability. You will learn: What is ...
16 views
This video outlines how to create immutable, thread-safe classes in Java and explains the advantages of using immutable ...
633 views
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
In this lesson, we explore immutability and how professional Java systems avoid concurrency bugs through design instead of ...
4 views
An immutable class in Java is a class whose instances cannot be modified after they are created. Once an immutable object is ...
27 views
Immutable class in Java looks simple… but one small mistake can silently break immutability ⚠️ In this Short, you'll learn: ...
1,273 views
9 days ago
Custom Immutable Class.
8 views
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
821 views
If you think final means immutable — this trap will fail you in interviews. Many senior candidates get this wrong because they ...
18 hours ago
Immutability is not a buzzword — it's one of the most important concepts in Java. It gives you thread safety by default, stable ...
70 views
4 weeks ago
Java Interview Question for Automation Tester - Strings are Immutable String are immutable in Java. Means once a String is ...
59 views
3 days ago
Hello So what are the different ways by using which you can create immutable classes inside Java first of all you can have a class ...
12,444 views
Welcome to my channel! My goal is to learn by doing and teach while I learn, so you can follow along and grow your skills too.
90 views
5 days ago
In this video, we break down how to implement immutability in Java classes — a topic that appears in almost every Core Java ...
9 views