ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,831 results

Java
From Final to Immutable: The not-so-final word on `final` #JVMLS

Developers have often heard the advice to "prefer immutability". Immutability confers many advantages, since an immutable object ...

45:51
From Final to Immutable: The not-so-final word on `final` #JVMLS

12,284 views

6 months ago

The Curious Coder
Why Are Strings Immutable in Java? | Complete Internal Working Explained

One of the most common Java interview questions is — Why are Strings immutable in Java? In this video, I explain the real ...

16:57
Why Are Strings Immutable in Java? | Complete Internal Working Explained

1,128 views

3 months ago

Java Guides
How to Create an Immutable Class in Java | Java Interview Questions and Answers

In this Java interview video, we will cover How to Create an Immutable Class in Java with an example. To create an immutable ...

3:49
How to Create an Immutable Class in Java | Java Interview Questions and Answers

978 views

2 months 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

1,154 views

1 month ago

Coding with Vighnesh
Top 75 Java Interview Questions - Why we need immutable objects in Java? #javatrickyquestions

Java Tricky Interview Question 27 Why do we need immutable objects in Java? You've probably heard about immutable ...

1:57
Top 75 Java Interview Questions - Why we need immutable objects in Java? #javatrickyquestions

302 views

9 months ago

Java
Better immutability in Kotlin with Valhalla #JVMLS

Working with immutable data is getting more and more attention in modern programming, as there are numerous advantages to it.

47:22
Better immutability in Kotlin with Valhalla #JVMLS

3,897 views

4 months ago

Ashok IT
How to Create an Immutable Class in Java | Step-by-Step Explanation with Example

Join our WhatsApp Channel for daily Java updates & interview tips: ...

13:59
How to Create an Immutable Class in Java | Step-by-Step Explanation with Example

1,410 views

3 months 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

95 views

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

1 month ago

Shristi Tech Academy
How to create immutable class in Java?

Serious about becoming a job-ready developer? Fill out the form, and our team will connect with you to share complete program ...

12:18
How to create immutable class in Java?

1,307 views

11 months ago

codestorywithMIK
Can You Answer This Java Interview Question ? String Immutability | Small Java Dopamine - 3 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 3rd video of our ...

3:34
Can You Answer This Java Interview Question ? String Immutability | Small Java Dopamine - 3 | MIK

1,022 views

18 hours ago

Java Guru English
🔥 Immutable Objects in Java Explained | Why String is Immutable? | Java Interview Concept!

In this video, you'll learn what Immutable Objects are in Java with a real-world String example! We will cover: What does ...

3:32
🔥 Immutable Objects in Java Explained | Why String is Immutable? | Java Interview Concept!

7 views

9 months ago

The Curious Coder
String vs StringBuilder vs StringBuffer in Java | Immutability & Thread Safety Explained

Understanding the difference between String, StringBuffer, and StringBuilder in Java is one of the most common interview ...

30:24
String vs StringBuilder vs StringBuffer in Java | Immutability & Thread Safety Explained

1,581 views

3 months 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

1 month ago

CodeVerse
Why Strings are Immutable in Java? | Animated Explanation

Ever wondered why Strings in Java are immutable? In this animated video, we break down the concept of immutable strings in ...

1:31
Why Strings are Immutable in Java? | Animated Explanation

220 views

5 months ago

vlogize
The Proper Way to Create Immutable Objects in Java

Learn how to create immutable objects in Java effectively, understanding builders and copy constructors for maintaining ...

2:16
The Proper Way to Create Immutable Objects in Java

1 view

5 months ago

uneducated engineer
Why String is immutable in java | Most important concept in String

Why Are Strings Immutable in Java? The Full Explanation You Need. It's a classic Java interview question, but it's also a critical ...

2:55
Why String is immutable in java | Most important concept in String

79 views

3 months ago

NiThing
Prove that Java string is immutable or not #java #javaprogramming #javainterviewquestions

Prove that Java string is immutable or not #java #javaprogramming #javainterviewquestions #datastructure #sortingalgorithm ...

3:56
Prove that Java string is immutable or not #java #javaprogramming #javainterviewquestions

4 views

10 months ago

FORM OUT CODER
Immutable String in java
4:28
Immutable String in java

2 views

11 months ago

Learn Java
Java Immutable Classes: Complete Guide with Real-World Scenarios

Understanding immutability in Java is crucial for writing robust, thread-safe, and maintainable code. In this comprehensive guide, ...

9:16
Java Immutable Classes: Complete Guide with Real-World Scenarios

16 views

11 months ago