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
2,831 results
Developers have often heard the advice to "prefer immutability". Immutability confers many advantages, since an immutable object ...
12,284 views
6 months ago
One of the most common Java interview questions is — Why are Strings immutable in Java? In this video, I explain the real ...
1,128 views
3 months ago
In this Java interview video, we will cover How to Create an Immutable Class in Java with an example. To create an immutable ...
978 views
2 months ago
In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...
1,154 views
1 month ago
Java Tricky Interview Question 27 Why do we need immutable objects in Java? You've probably heard about immutable ...
302 views
9 months ago
Working with immutable data is getting more and more attention in modern programming, as there are numerous advantages to it.
3,897 views
4 months ago
Join our WhatsApp Channel for daily Java updates & interview tips: ...
1,410 views
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
95 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
Serious about becoming a job-ready developer? Fill out the form, and our team will connect with you to share complete program ...
1,307 views
11 months ago
Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 3rd video of our ...
1,022 views
18 hours ago
In this video, you'll learn what Immutable Objects are in Java with a real-world String example! We will cover: What does ...
7 views
Understanding the difference between String, StringBuffer, and StringBuilder in Java is one of the most common interview ...
1,581 views
Learn how to easily create variations of immutable Java objects for testing by leveraging Lombok's @ With and @ Builder ...
0 views
Ever wondered why Strings in Java are immutable? In this animated video, we break down the concept of immutable strings in ...
220 views
5 months ago
Learn how to create immutable objects in Java effectively, understanding builders and copy constructors for maintaining ...
1 view
Why Are Strings Immutable in Java? The Full Explanation You Need. It's a classic Java interview question, but it's also a critical ...
79 views
Prove that Java string is immutable or not #java #javaprogramming #javainterviewquestions #datastructure #sortingalgorithm ...
4 views
10 months ago
2 views
Understanding immutability in Java is crucial for writing robust, thread-safe, and maintainable code. In this comprehensive guide, ...
16 views