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
74 results
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
34 views
5 days ago
Java Records look simple, but they're one of the most misunderstood features in modern Java. In this video, we do a deep dive ...
515 views
16 hours ago
... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...
3,061 views
6 days 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 Java, `final` does NOT make an object immutable. It only prevents reassignment of the reference. That's why a final array can ...
19 views
2 days ago
In this video, we explore one of the most important concepts in Core Java – String immutability. You will learn: What is String ...
0 views
19 hours 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 ...
10,118 views
This topic covers Encapsulation in Java with a clear interview-oriented explanation. It explains what encapsulation is, why it is ...
38 views
Java interviews lo most confusing & favorite question Why String is immutable? Guess the output of this code Ee video lo ...
1,084 views
15 hours ago
What is the String Pool in Java and why does it exist? In this short video, you'll understand how Java String Pool works and how it ...
1,337 views
3 days ago
Java Basics & Core Concepts This playlist contains Java concept explanation videos created using NotebookLM, focused on ...
Memorizing definitions won't get you hired. Understanding HOW things work will. In this video, I break down the Top 10 Java ...
10 views
Collections are groups of objects, shared by many. One change affects everyone! Immutable objects ensure data integrity when ...
3,120 views
Why are Strings immutable in Java? In this short video, you'll understand the real reasons behind String immutability in Java and ...
688 views
Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.
29 views
Many Java beginners get confused between mutable and immutable strings. In this short, you'll understand the key differences, ...
271 views
Почему строки в Java неизменяемы.
831 views
String in Java is immutable… but WHY? In this video, you'll learn the powerful reason behind String immutability — Security, ...
178 views
In this video, we clearly explain the difference between String, StringBuffer, and StringBuilder in Java. Topics covered: ✓ What is ...
3 views
In Part 5 of the Java Tutorial Series, we dive into some of the most important core Java concepts that every beginner and interview ...
30 views