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,231 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,952 views
4y ago
JEP 468 proposes a solution to the verbosity that can come from modeling mutable state with immutable records: *derived record ...
12,675 views
2y 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,093 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,528 views
9y ago
Java 25 ships with a number of new language features, many of which fit under the umbrella of data-oriented programming, ...
51,100 views
10mo ago
We discussed what immutability really was, with a few example in Java and EO (new language we're developing now).
1,220 views
Streamed 9y 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,729 views
10y ago
Immutability is a virtue in object-oriented programming, but very often it is being confused with constants. Those are different ...
1,704 views
Streamed 7y ago
Immutable classes play a critical role in modern software development, particularly in Java programming. By understanding how ...
116 views
An overview of the Java 25 release. Topics: - Primitive patterns support; - Module import declarations; - Compact source files; ...
44,209 views
9mo ago
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we cover ...
24,462 views
5y ago
One hour webinar about immutable objects and their pros and cons in a modern object-oriented environment; the discussion was ...
5,527 views
Streamed 11y ago
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
1,579 views
6mo ago
... totally immutable object. There's no way that this date object will ever do anything different. Another example is strings and Java ...
6,548 views
Scoped values enable a method to share immutable data both with its callees within a thread and with child threads in a ...
11,028 views
1y ago
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we break ...
38,888 views
Looking to master Java basics? Learn about immutable classes and Java concurrency in this video tutorial. Get a solid ...
39 views
This video explains how to handle Immutable class with mutable references. One of the best book for Interview Questions Top ...
2,525 views
3y ago
This #JEPCafe discusses 'Convenience Factory Methods for Collections' (JEP 269), released with JDK 9. Factory methods allow ...
9,308 views
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add another ...
46,239 views