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
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
65 views
3 weeks ago
Collections.unmodifiableList ...
2,097 views
2 weeks ago
In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...
716 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
Learn how to easily create variations of immutable Java objects for testing by leveraging Lombok's @ With and @ Builder ...
0 views
4 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
Why is String immutable in Java? This is one of the most frequently asked Java interview questions, especially for freshers and ...
1,236 views
3 days ago
Need more than 10 elements in an unmodifiable list? No problem! Discover the 12 powerful methods that make list creation a ...
4,556 views
Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...
11 views
Explore unmodifiable collections: add or remove elements. Remember, it's immutable! Understand the difference from modifiable ...
8 hours ago
Understanding why String is immutable in Java is one of the most frequently asked Java interview questions — and one that many ...
36 views
2 days ago
Why is String immutable in Java? This is one of the MOST asked Java interview questions! In this short, I explain: ✓ What ...
109 views
... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...
4,680 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.
91 views
10 days ago
Java TDD Tutorial: Building an immutable Deck of Cards with top-down design! In this Java 25 TDD episode, I implement the ...
68 views
11 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,857 views
In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...
Java String Programming | Session 12 – Memory Reason In this video, we explain why String immutability helps in memory ...
13 hours ago
Immutable class in Java looks simple… but one small mistake can silently break immutability ⚠️ In this Short, you'll learn: ...
1,464 views
Understand the key difference: a normal collection vs. an immutable one. Factory methods in Java 1.9 create unmodifiable ...
1,083 views