ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

333 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

57 views

2 weeks ago

Adam Bien
Immutable / Collections.unmodifiableList() is Not Enough #java #shorts #coding #airhacks

Collections.unmodifiableList ...

1:49
Immutable / Collections.unmodifiableList() is Not Enough #java #shorts #coding #airhacks

2,043 views

12 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

629 views

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

2 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

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

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

16 views

2 weeks ago

The Curious Coder
How to Create Immutable Class in Java (Interview Trick) #shorts

Immutable class in Java looks simple… but one small mistake can silently break immutability ⚠️ In this Short, you'll learn: ...

1:19
How to Create Immutable Class in Java (Interview Trick) #shorts

1,266 views

9 days ago

CodeSnippet
Should You Replace Lombok With Records?

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

28:39
Should You Replace Lombok With Records?

4,525 views

2 weeks ago

TechyHive
Top Java Interview Question#12 - Immutable Class and Thread-safe Class

This video outlines how to create immutable, thread-safe classes in Java and explains the advantages of using immutable ...

7:36
Top Java Interview Question#12 - Immutable Class and Thread-safe Class

624 views

3 weeks ago

CoVaib-DeepLearn
🚀 10/60 🔥 #final  ≠ #immutability  Trap in #Java🧠 #JVM #MemoryModel #Concurrency 📘 #PDF ↓ #corejava

If you think final means immutable — this trap will fail you in interviews. Many senior candidates get this wrong because they ...

0:30
🚀 10/60 🔥 #final ≠ #immutability Trap in #Java🧠 #JVM #MemoryModel #Concurrency 📘 #PDF ↓ #corejava

0 views

12 hours 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

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

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

36 views

3 weeks ago

Bhaskar Codes
LeetCode 303. Range Sum Query - Immutable (JAVA)

Welcome to my channel! My goal is to learn by doing and teach while I learn, so you can follow along and grow your skills too.

12:28
LeetCode 303. Range Sum Query - Immutable (JAVA)

89 views

5 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

821 views

3 weeks ago

Lets Learn QA
Java Interview Question for Automation Tester - Strings are Immutable

Java Interview Question for Automation Tester - Strings are Immutable String are immutable in Java. Means once a String is ...

19:35
Java Interview Question for Automation Tester - Strings are Immutable

59 views

3 days ago

Sudhanshu Jaiswal
#20 | How to Implement Immutability in Java Classes ?  | Java Interview

In this video, we break down how to implement immutability in Java classes — a topic that appears in almost every Core Java ...

3:55
#20 | How to Implement Immutability in Java Classes ? | Java Interview

9 views

4 weeks ago

Quick Java Tutorial
Immutable Class in Java #coding #javalanguage #programming #immutable class #java #tutorial

An immutable class in Java is a class whose instances cannot be modified after they are created. Once an immutable object is ...

0:59
Immutable Class in Java #coding #javalanguage #programming #immutable class #java #tutorial

27 views

3 weeks ago

Learn JAVA
Custom Immutable Class

Custom Immutable Class.

4:05
Custom Immutable Class

8 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,321 views

2 weeks ago