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
647 results
In this episode I will introduce you to immutable objects in Java. For my entire Java 8 course (about 16 hours plus all ...
28,425 views
9 years ago
Immutable is one of those coding terms that can be really daunting the first time you hear it. This video breaks down immutability ...
13,840 views
3 years ago
JEP 468 proposes a solution to the verbosity that can come from modeling mutable state with immutable records: *derived record ...
12,599 views
1 year ago
This video explains how to handle Immutable class with mutable references. One of the best book for Interview Questions Top ...
2,460 views
Programming paradigms define the way our code is written and styled. With modern-day programming, a multi-paradigm ...
238,453 views
2 years ago
Harnessing Java 21 for Data Oriented Programming Discover how the new features in Java 21—records, sealed interfaces, and ...
6,166 views
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we cover ...
22,999 views
4 years ago
Sequenced collections introduce an abstraction for collections with a known encounter order like all lists and some sets and maps ...
6,700 views
This #JEPCafe discusses JEP 395: Records, released with JDK 16. We start with a short recap on what records are, then discuss ...
12,475 views
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 ...
257,383 views
An immutable class is a class in which the object value cannot change. So we have the Person class from the Java tutorial.
2,761 views
10 years ago
Welcome to Java2CloudAcademy ! In this video, you'll learn all about Java Strings, their immutability, and various ways to create ...
28 views
11 months 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,078 views
An overview of the Java 25 release. Topics: - Primitive patterns support; - Module import declarations; - Compact source files; ...
40,917 views
3 months ago
Java #Java17 #OpenJDK #JDK From compact record constructors to boolean expressions in pattern matching, from generic ...
4,615 views
In this video, had covered about immutable classes in Java. Explores questions like, What are immutable classes in Java? How to ...
21 views
Java String methods tutorial explained #java #string #methods public class Main { public static void main(String[] args) { // String ...
153,997 views
5 years ago
This #JEPCafe discusses 'Convenience Factory Methods for Collections' (JEP 269), released with JDK 9. Factory methods allow ...
9,170 views
Immutable classes play a critical role in modern software development, particularly in Java programming. By understanding how ...
106 views
Check out Junie - https://jb.gg/Awesome-Junie An overview of the modern Java ecosystem. Topics: - Modern Java features; ...
59,268 views
2 months ago
This tutorial shows how to encapsulate mutable fields in a Java class by making a defensive copy of a mutable object and ...
256 views
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we break ...
74,143 views
JavaOne is back! ➱ https://oracle.com/javaone Data-oriented programming focuses on modeling data as data (instead of as ...
14,565 views
Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...
776 views
13 days ago
Scoped values enable a method to share immutable data both with its callees within a thread and with child threads in a ...
10,695 views
10 months ago