ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,274 results

Jordan West
Immutability, visually explained | Code Words

Immutable is one of those coding terms that can be really daunting the first time you hear it. This video breaks down immutability ...

7:08
Immutability, visually explained | Code Words

14,941 views

4 years ago

CyberJAR
Java 26 Preview: New JEPs and What They Mean for You

Java 26 is the next feature release that brings features for enhanced performance, security, and developer experience. This video ...

6:48
Java 26 Preview: New JEPs and What They Mean for You

1,570 views

6 months ago

Deege
Overriding equals and hashCode in Java - 039

How can I tell if two Java instances represent the same instance? And what does class equality mean in Java? The question here ...

6:30
Overriding equals and hashCode in Java - 039

87,710 views

10 years ago

Dr_K
ImmutablePerson-1of6-FieldsConstructor

An immutable class is a class in which the object value cannot change. So we have the Person class from the Java tutorial.

6:30
ImmutablePerson-1of6-FieldsConstructor

2,770 views

10 years ago

Yegor Bugayenko
Gradients of Immutability (webinar #20)

We discussed what immutability really was, with a few example in Java and EO (new language we're developing now).

48:28
Gradients of Immutability (webinar #20)

1,220 views

Streamed 9 years ago

Java
Java Withers - Inside Java Newscast #67

JEP 468 proposes a solution to the verbosity that can come from modeling mutable state with immutable records: *derived record ...

12:34
Java Withers - Inside Java Newscast #67

12,674 views

2 years ago

Ryan Michael Kay
Working Class Java 2-5: What do Immutable and Mutable mean? How To Use Java Final Keyword

In this lesson, Ryan discusses what it means for code to be either mutable or immutable. It is actually simpler than it seems!

6:53
Working Class Java 2-5: What do Immutable and Mutable mean? How To Use Java Final Keyword

1,091 views

4 years ago

Tales from the jar side
Harnessing Java 21 for Data Oriented Programming

Harnessing Java 21 for Data Oriented Programming Discover how the new features in Java 21—records, sealed interfaces, and ...

17:07
Harnessing Java 21 for Data Oriented Programming

6,561 views

1 year ago

Java
Records Patterns, Performance and Serialization - JEP Café #8

This #JEPCafe discusses JEP 395: Records, released with JDK 16. We start with a short recap on what records are, then discuss ...

15:28
Records Patterns, Performance and Serialization - JEP Café #8

12,746 views

4 years ago

Marcus
Immutable Objects in Java

In this episode I will introduce you to immutable objects in Java. For my entire Java 8 course (about 16 hours plus all ...

16:03
Immutable Objects in Java

28,527 views

9 years ago

Java
Scoped Values in Java 24 - Inside Java Newscast #86

Scoped values enable a method to share immutable data both with its callees within a thread and with child threads in a ...

7:39
Scoped Values in Java 24 - Inside Java Newscast #86

11,024 views

1 year ago

Yegor Bugayenko
Immutable Objects vs. Common Sense (webinar #2)

One hour webinar about immutable objects and their pros and cons in a modern object-oriented environment; the discussion was ...

1:00:26
Immutable Objects vs. Common Sense (webinar #2)

5,527 views

Streamed 11 years ago

Geekific
String vs StringBuilder vs StringBuffer | What is Immutability? | Java String Operations | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we cover ...

11:58
String vs StringBuilder vs StringBuffer | What is Immutability? | Java String Operations | Geekific

24,450 views

5 years ago

Jakubication
Java Strings

Learn about strings in Java. A String in Java is a reference type that represents a collection of characters. Strings allow you to ...

2:26
Java Strings

95 views

3 years ago

NetworkChuck
why are TUPLES even a thing?

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 ...

7:28
why are TUPLES even a thing?

266,740 views

3 years ago

parlough
How to Convert an Array to a List in Java

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 ...

3:48
How to Convert an Array to a List in Java

17 views

5 years ago

Audiopedia
Primitive wrapper class

A primitive - wrapper class in the Java and ActionScript programming languages is one of eight classes provided in the java.lang ...

2:10
Primitive wrapper class

115 views

10 years ago

IIT Madras - B.S. Degree Programme
2.2 : Basic datatypes in Java

Welcome to Lecture 8 of the course "Programming Concepts using Java" by Prof. Madhavan Mukund.. Full Course: ...

35:12
2.2 : Basic datatypes in Java

15,926 views

1 year ago

Otavio Santana
Introduction to Tactical DDD with Java: Steps to Build Semantic Code

"How to write Java with domain Driven Design?". In this video, I provide several steps and patterns for using and applying domain ...

15:56
Introduction to Tactical DDD with Java: Steps to Build Semantic Code

149 views

1 month ago

Java
Sequenced Collections, Purity, and more at JavaOne - Inside Java Newscast #31

Sequenced collections introduce an abstraction for collections with a known encounter order like all lists and some sets and maps ...

7:28
Sequenced Collections, Purity, and more at JavaOne - Inside Java Newscast #31

6,709 views

3 years ago