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
1,274 results
Immutable is one of those coding terms that can be really daunting the first time you hear it. This video breaks down immutability ...
14,941 views
4 years ago
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
1,570 views
6 months ago
How can I tell if two Java instances represent the same instance? And what does class equality mean in Java? The question here ...
87,710 views
10 years ago
An immutable class is a class in which the object value cannot change. So we have the Person class from the Java tutorial.
2,770 views
We discussed what immutability really was, with a few example in Java and EO (new language we're developing now).
1,220 views
Streamed 9 years ago
JEP 468 proposes a solution to the verbosity that can come from modeling mutable state with immutable records: *derived record ...
12,674 views
2 years ago
In this lesson, Ryan discusses what it means for code to be either mutable or immutable. It is actually simpler than it seems!
1,091 views
Harnessing Java 21 for Data Oriented Programming Discover how the new features in Java 21—records, sealed interfaces, and ...
6,561 views
1 year ago
This #JEPCafe discusses JEP 395: Records, released with JDK 16. We start with a short recap on what records are, then discuss ...
12,746 views
In this episode I will introduce you to immutable objects in Java. For my entire Java 8 course (about 16 hours plus all ...
28,527 views
9 years ago
Scoped values enable a method to share immutable data both with its callees within a thread and with child threads in a ...
11,024 views
One hour webinar about immutable objects and their pros and cons in a modern object-oriented environment; the discussion was ...
5,527 views
Streamed 11 years ago
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we cover ...
24,450 views
5 years ago
Learn about strings in Java. A String in Java is a reference type that represents a collection of characters. Strings allow you to ...
95 views
3 years ago
How cool would it be to have live chat on your website?? Make it happen for free in like 5 min with 3CX: https://ntck.co/3cx Python ...
266,740 views
In this video I go over a few methods of how to convert an array into a list in Java. I hope you found this video helpful, thanks for ...
17 views
A primitive - wrapper class in the Java and ActionScript programming languages is one of eight classes provided in the java.lang ...
115 views
Welcome to Lecture 8 of the course "Programming Concepts using Java" by Prof. Madhavan Mukund.. Full Course: ...
15,926 views
"How to write Java with domain Driven Design?". In this video, I provide several steps and patterns for using and applying domain ...
149 views
1 month ago
Sequenced collections introduce an abstraction for collections with a known encounter order like all lists and some sets and maps ...
6,709 views