ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

304 results

Google for Developers
How do you make this truly immutable? Go!

Here's a Java records challenge that demonstrates the difference between shallow and deep immutability. Records give you ...

0:28
How do you make this truly immutable? Go!

5,124 views

3 weeks ago

vlogommentary
Efficiently Generating Test Instances of Immutable Java Classes Using Lombok @ With and @ Builder

Learn how to easily create variations of immutable Java objects for testing by leveraging Lombok's @ With and @ Builder ...

3:04
Efficiently Generating Test Instances of Immutable Java Classes Using Lombok @ With and @ Builder

0 views

10 days ago

Code for Tech Solutions
Why String Is Immutable in Java? 🔥 Most Asked Java Interview Question

Why does Java make String immutable? This is one of the MOST ASKED and MOST MISUNDERSTOOD Java interview questions ...

9:41
Why String Is Immutable in Java? 🔥 Most Asked Java Interview Question

34 views

5 days ago

Java Technology Learning
Immutable Class in Java Explained | How to Create Immutable Class with Example

immutable class java what is immutability immutable vs mutable create immutable class example java interview questions.

2:49
Immutable Class in Java Explained | How to Create Immutable Class with Example

50 views

3 weeks ago

Durga Software Solutions
Immutable Collections Explained: Master Java Data Structures Now! #shorts

Immutable collections vs. unmodifiable collections: understanding the key difference. Collections are simply a group of objects.

0:17
Immutable Collections Explained: Master Java Data Structures Now! #shorts

0 views

11 hours ago

devmind
Java String Immutability Explained in 4 Minutes | Beginner-Friendly

In this video, I explain Java String Immutability in a simple and clear way with real examples. What you will learn: • What is ...

4:11
Java String Immutability Explained in 4 Minutes | Beginner-Friendly

0 views

3 weeks ago

JavaT point
understand string immutability

Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...

2:27
understand string immutability

11 views

6 days ago

Code with Gaurav
Why String is Immutable in Java? (Explained in 10 Sec)

Ever wondered why String is immutable in Java? Here's the fastest explanation! Boost your Java interview prep & core concepts.

0:12
Why String is Immutable in Java? (Explained in 10 Sec)

139 views

3 weeks ago

Prashant Sharma
Java String Explained | String Constant Pool & Immutability | Java Interview Questions

In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...

18:18
Java String Explained | String Constant Pool & Immutability | Java Interview Questions

34 views

8 days ago

Petradot [@akwapetrus]
Strings in Java | Immutable

Welcome to today's programming lesson! In this video, we'll cover the String Class in Java. This tutorial is designed for beginners ...

19:19
Strings in Java | Immutable

12 views

2 weeks ago

Code Kage
Java final Keyword | final ≠ immutable

In Java, `final` does NOT make an object immutable. It only prevents reassignment of the reference. That's why a final array can ...

1:51
Java final Keyword | final ≠ immutable

19 views

2 days ago

JavaCodeAcademy
Java Strings Explained: Memory, Immutability & The Constant Pool

Welcome to Java Code Academy! ☕ In this video, we move from Arrays to one of the most important topics in Java: Strings.

12:34
Java Strings Explained: Memory, Immutability & The Constant Pool

0 views

3 weeks ago

MJ's BACKEND BOOTCAMP
Java 9 Features 🚀 Create Immutable Collections with Factory Methods in 60s!

With Java 9, creating Immutable Collections became super easy using factory methods like List.of(), Set.of(), and Map.of().

0:28
Java 9 Features 🚀 Create Immutable Collections with Factory Methods in 60s!

677 views

3 weeks ago

Durga Software Solutions
Java Immutable Objects: Unlock Their Power & Purpose! #shorts

In Java, string and wrapper class objects are immutable. This means once created, their content cannot be changed. Learn why ...

0:47
Java Immutable Objects: Unlock Their Power & Purpose! #shorts

4,232 views

4 days ago

4SoftwareDevelopers
Immutable and final are not the same thing 👀 #java #programming

¿Sabías que final en Java no hace las cosas inmutables por ejemplo si tenemos un final listo string y a partir de eso creamos un ...

1:11
Immutable and final are not the same thing 👀 #java #programming

1,615 views

10 days ago

DEBUGGED
Java Lesson 23 – Immutability & Thread Safety

In this lesson, we explore immutability and how professional Java systems avoid concurrency bugs through design instead of ...

9:50
Java Lesson 23 – Immutability & Thread Safety

3 views

12 days ago

Sudhanshu Jaiswal
#18 | Why is String immutable and what problems does it solve? | Java Interview

In this video, we break down one of the most popular Core Java interview questions: “Why is String immutable and what problems ...

6:45
#18 | Why is String immutable and what problems does it solve? | Java Interview

11 views

2 weeks ago

CodeSnippet
Do We Still Need Lombok After Java Records?

... boot records java dto design immutable objects java mutable vs immutable java java 16 features modern java features java best ...

28:39
Do We Still Need Lombok After Java Records?

3,035 views

6 days 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:47
Java 26 Preview: New JEPs and What They Mean for You

732 views

9 days ago

Learn JAVA
Custom Immutable Class

Custom Immutable Class.

4:05
Custom Immutable Class

8 views

9 days ago