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
81 results
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
34 views
4 days ago
In Java, string and wrapper class objects are immutable. This means once created, their content cannot be changed. Learn why ...
4,228 views
In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...
7 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
6 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
5 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 ...
9,982 views
5 days ago
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
1 day ago
Java 21 and Java 25 mark the biggest shift in Java's evolution in years. These releases don't just add syntax sugar, they ...
977 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
Java Records look simple, but they're one of the most misunderstood features in modern Java. In this video, we do a deep dive ...
136 views
2 hours ago
... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...
2,861 views
Memorizing definitions won't get you hired. Understanding HOW things work will. In this video, I break down the Top 10 Java ...
10 views
What is String in Java? String is a class used to store text and it is immutable. Perfect for Java beginners. #Java #String ...
4 hours ago
This topic covers Encapsulation in Java with a clear interview-oriented explanation. It explains what encapsulation is, why it is ...
37 views
Java interviews lo most confusing & favorite question Why String is immutable? Guess the output of this code Ee video lo ...
1 hour ago
Immutable Classes in Java — Simple Rule Learn what makes a class immutable (String example) & how to create your own ...
90 views
Collections are groups of objects, shared by many. One change affects everyone! Immutable objects ensure data integrity when ...
3,120 views
Many Java beginners get confused between mutable and immutable strings. In this short, you'll understand the key differences, ...
271 views
2 days ago
Java Basics & Core Concepts This playlist contains Java concept explanation videos created using NotebookLM, focused on ...
3 days ago
Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.
29 views