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
127,972 results
Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...
260,690 views
3 years ago
Java Programming: Immutable Classes and Objects in Java Topics discussed: 1) Immutable Objects in Java. 2) Immutable ...
70,885 views
5 years ago
Java String are Immutable - but what does that really mean? We'll learn why Strings are immutable in Java, and what it means for ...
656,804 views
4 years ago
In this episode I will introduce you to immutable objects in Java. For my entire Java 8 course (about 16 hours plus all ...
28,456 views
9 years ago
Learn how to make an immutable object in Java with the final keyword and access modifiers. We'll also look at the Java source ...
5,305 views
What are immutable objects in Java, and why are they important? In this beginner-friendly tutorial, we'll introduce the concept of ...
642 views
1 year ago
Developers have often heard the advice to "prefer immutability". Immutability confers many advantages, since an immutable object ...
12,284 views
6 months ago
Java's record classes help us build objects that are just designed to carry data from one place to another (Data Transfer Objects ...
213 views
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
JEP 517 proposes to update Java's HTTP Client (introduced in Java 11) to be compatible with HTTP/3. It has lower latency, loads ...
17,050 views
Project Valhalla introduces value types into the Java language and virtual machine. Value types can be more efficient since they ...
1,624 views
Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...
30,515 views
2 years ago
Immutability: Should not change Object values once created //Make class as final //Make variables as private //Make variable as ...
41,242 views
6 years ago
Spring Boot allows you to create Entities that reflect your business model and database, external to your service logic you should ...
33,971 views
Spring I/O 2024 - Barcelona, 30-31 May Slides: ...
70,860 views
How does java hashmap work ? HashMap is one of the most popular java.util data structures. Its one of the associative array ...
1,043,746 views
10 years ago
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
A singleton class in Java is a design pattern that ensures a class has only one instance and provides a global point of access to ...
1,288 views
2 months ago
In this video, we will learn how to create an immutable class in Java. Immutable objects are instances whose state doesn't change ...
8,708 views
Java Tricky Interview Question 27 Why do we need immutable objects in Java? You've probably heard about immutable ...
302 views
9 months ago
Java 8 Master Videos https://bit.ly/java8videos Java 9 Master Videos https://bit.ly/java9videos Java 10 Master Videos ...
1,214 views
We will explore what Java Records are, avoid some gotchas and how best to use them in your application. Check out my other ...
845 views
Michael Steindorfer at the JVM Language Summit 2016.
9,859 views
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
Why String is Immutable | Java Tutorial Welcome to the Core Java Tutorial Series! In this video, we introduce the essential ...
88,866 views
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
Let's learn different techniques to protect our custom immutable class in java which is one of the hot core java interview questions.
60,092 views
What is Immutable Class In Java | Create your own Immutable class. Characteristic of Immutable classes in java with demo code.
1,344 views
Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...
95 views