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
333 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,043 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
In Java, `final` does NOT make an object immutable. It only prevents reassignment of the reference. That’s why a final array ...
20 views
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 this video, we explore one of the most important concepts in Core Java – String immutability. You will learn: What is ...
16 views
Immutable class in Java looks simple… but one small mistake can silently break immutability ⚠️ In this Short, you'll learn: ...
1,266 views
9 days ago
... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...
4,525 views
This video outlines how to create immutable, thread-safe classes in Java and explains the advantages of using immutable ...
624 views
If you think final means immutable — this trap will fail you in interviews. Many senior candidates get this wrong because they ...
12 hours ago
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 lesson, we explore immutability and how professional Java systems avoid concurrency bugs through design instead of ...
4 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
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.
89 views
5 days ago
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
821 views
Java Interview Question for Automation Tester - Strings are Immutable String are immutable in Java. Means once a String is ...
59 views
3 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
4 weeks ago
An immutable class in Java is a class whose instances cannot be modified after they are created. Once an immutable object is ...
27 views
Custom Immutable Class.
8 views
In Java, string and wrapper class objects are immutable. This means once created, their content cannot be changed. Learn why ...
4,321 views