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
83 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 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
In Java, string and wrapper class objects are immutable. This means once created, their content cannot be changed. Learn why ...
4,231 views
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 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
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,066 views
5 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
8 hours 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 ...
319 views
6 hours 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 ...
983 views
... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...
2,906 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
This topic covers Encapsulation in Java with a clear interview-oriented explanation. It explains what encapsulation is, why it is ...
38 views
What is String in Java? String is a class used to store text and it is immutable. Perfect for Java beginners. #Java #String ...
50 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
Java interviews lo most confusing & favorite question Why String is immutable? Guess the output of this code Ee video lo ...
5 hours 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
Java Basics & Core Concepts This playlist contains Java concept explanation videos created using NotebookLM, focused on ...
3 days ago
So what is Java record java record is introduced in Java 16 It is used for imitable data classes It has getters constructor no setters ...
4 hours ago