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
401 results
Immutable Object in Java Using Builder Pattern explained with practical examples, interview-focused concepts, and real-world ...
23 views
2w ago
In this Java interview video, we will cover How to Create an Immutable Class in Java with an example. To create an immutable ...
1,159 views
7mo ago
Confused about how to create String objects in Java? In this video, we show you how to create strings using both string literals ...
52 views
1mo ago
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
8mo ago
Ever wondered why Strings in Java are immutable? In this animated video, we break down the concept of immutable strings in ...
266 views
10mo ago
... immutable so you can answer this question as strings are immutable in Java for security memory optimization thread safety and ...
16 views
Learn what Java records are and how they eliminate boilerplate code. Covers the compact syntax, auto-generated methods ...
1 view
5mo ago
What happens when you want to lock your code so it can't be changed? You make it final! In this video, we explore the different ...
0 views
9 views
2mo ago
Learn Immutability in Java! This tutorial covers everything you need to understand and use Immutability in your Java programs.
Java has mutable and immutable lists — but the type system doesn't tell you which one you're holding. List[String] could be: new ...
33 views
4mo ago
Meet Java Records—a clean, modern way to model simple data in Java with far less boilerplate than a traditional class. In this ...
50 views
3mo ago
You can't change a String in Java once it's created. You may have heard it, but we change strings all the time, right? So... what's ...
2 views
Immutable Person Class.
6mo ago
LÀM CHỦ STRING TRONG 3 PHÚT | KHÓA HỌC JAVA CORE Bạn đã thật sự hiểu cách Java xử lý chuỗi (String)? Trong video ...
37 views
11mo ago
Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...
11 views
Java Interview Question Explained | String Immutability & Pass-by-Value In this video, we break down a classic Java interview ...
39 views
immutable class java what is immutability immutable vs mutable create immutable class example java interview questions.
57 views
Core concepts of String handling, pool, and common methods.
4 views