ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

328 results

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

42 views

9 days 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

2 weeks ago

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,136 views

4 weeks 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

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

1:51
Java final Keyword | final ≠ immutable

20 views

6 days 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

Farzzi codder
Java String Immutability & String Constant Pool | 3 Ways to Create String

In this video, we explore one of the most important concepts in Core Java – String immutability. You will learn: What is String ...

11:09
Java String Immutability & String Constant Pool | 3 Ways to Create String

0 views

4 days ago

The Curious Coder
Create Immutable Class in Java | Interview Questions & Pitfalls

In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...

25:20
Create Immutable Class in Java | Interview Questions & Pitfalls

307 views

1 day 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

4 weeks 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

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

10 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

4 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

36 views

12 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

4 views

2 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

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

3 weeks ago

Programming Journal
Intro to Java Record

When to Use Records Use Records when: You need a simple data carrier Data is immutable You don't need to modify data after ...

28:38
Intro to Java Record

15 views

4 weeks 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

775 views

13 days 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

244 views

4 days ago

Durga Software Solutions
Immutable Objects Explained: What Does It Mean? #shorts

What does 'immutable' actually mean? Simply put, it means the content of the object can't be changed. It's that simple, and ...

0:17
Immutable Objects Explained: What Does It Mean? #shorts

452 views

2 days ago