ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

121,610 results

Related queries

java memory management

string in java interview questions

java string programs

stringbuilder java

singleton class java

string method java

java arrays

Telusko
#35 Mutable vs Immutable String in Java

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

6:23
#35 Mutable vs Immutable String in Java

250,074 views

2 years ago

Neso Academy
Immutable Classes and Objects in Java

Java Programming: Immutable Classes and Objects in Java Topics discussed: 1) Immutable Objects in Java. 2) Immutable ...

5:06
Immutable Classes and Objects in Java

70,177 views

5 years ago

Coding with John
Java Strings are Immutable - Here's What That Actually Means

Java String are Immutable - but what does that really mean? We'll learn why Strings are immutable in Java, and what it means for ...

7:06
Java Strings are Immutable - Here's What That Actually Means

653,580 views

4 years ago

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

4 months ago

Professor Hank Stalica
Java Tutorial: Immutable Objects

What are immutable objects in Java, and why are they important? In this beginner-friendly tutorial, we'll introduce the concept of ...

9:34
Java Tutorial: Immutable Objects

549 views

10 months ago

blondiebytes
How to Make an Object Immutable in Java | Common Interview Question

Learn how to make an immutable object in Java with the final keyword and access modifiers. We'll also look at the Java source ...

4:54
How to Make an Object Immutable in Java | Common Interview Question

5,262 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,416 views

9 years ago

Java Express
Immutable Collections  in Java | Java 10 Features

Java 8 Master Videos https://bit.ly/java8videos Java 9 Master Videos https://bit.ly/java9videos Java 10 Master Videos ...

7:23
Immutable Collections in Java | Java 10 Features

1,110 views

1 year ago

Viraj Shetty
Java Records - Are they really Immutable?

We will explore what Java Records are, avoid some gotchas and how best to use them in your application. Check out my other ...

13:00
Java Records - Are they really Immutable?

835 views

1 year ago

People also watched

Devoxx
The Power and Practicality of Immutability by Venkat Subramaniam

Functional Programming promotes assignment-less programming. When we remove mutability, we reduce errors in code.

53:21
The Power and Practicality of Immutability by Venkat Subramaniam

41,656 views

7 years ago

Selenium Express
Java collections interview questions | Why HashMap Keys are Immutable? | Immutability & HashMap

In this video, We will discuss a few of the java collections interview questions which are asked so many times in the java ...

1:07:54
Java collections interview questions | Why HashMap Keys are Immutable? | Immutability & HashMap

64,417 views

4 years ago

Java
Java 21 Pattern Matching Tutorial #RoadTo21

Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...

23:28
Java 21 Pattern Matching Tutorial #RoadTo21

30,237 views

2 years ago

Coding Simplified
Java Tutorials : Create Immutable class in Java

Immutability: Should not change Object values once created //Make class as final //Make variables as private //Make variable as ...

7:21
Java Tutorials : Create Immutable class in Java

41,198 views

6 years ago

Spring I/O
Spring Security Architecture Principles by Daniel Garnier-Moiroux @ Spring I/O 2024

Spring I/O 2024 - Barcelona, 30-31 May Slides: ...

48:25
Spring Security Architecture Principles by Daniel Garnier-Moiroux @ Spring I/O 2024

68,401 views

1 year ago

TodoCode
THREADS (Hilos) y CONCURRENCIA en Java ☕| Explicación FÁCIL 💥

Clase completa sobre el uso de THREADS o Hilos en Java! ☕ Curso completo de Java: ...

19:31
THREADS (Hilos) y CONCURRENCIA en Java ☕| Explicación FÁCIL 💥

28,755 views

1 year ago

Viraj Shetty
Java Method Reference - The Tricky Parts

This video discusses the tricky parts of the Method References which will be useful in clearly understanding what can be passed ...

11:49
Java Method Reference - The Tricky Parts

566 views

1 year ago

Java Guides
What is a Singleton Class in Java and How Do You Implement It | Java Interview Questions and Answers

A singleton class in Java is a design pattern that ensures a class has only one instance and provides a global point of access to ...

4:48
What is a Singleton Class in Java and How Do You Implement It | Java Interview Questions and Answers

1,062 views

1 month ago

Java Guides
How to Create Immutable Class in Java

In this video, we will learn how to create an immutable class in Java. Immutable objects are instances whose state doesn't change ...

13:53
How to Create Immutable Class in Java

8,644 views

5 years ago

TodoCode
🚀 ABSTRACT CLASSES in JAVA | 🤔 | Object-Oriented Programming 🖥️ | EASY Explanation 2023 | #9

💥 SUPPORT THE CHANNEL 💥 💖 Buy me a tereré from Argentina (MercadoPago): https://cafecito.app/todocode 💖 Argentina transfer ...

19:00
🚀 ABSTRACT CLASSES in JAVA | 🤔 | Object-Oriented Programming 🖥️ | EASY Explanation 2023 | #9

123,300 views

4 years ago

Java
How to make a class immutable? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 18: How to make a class immutable? Watch all the questions here: ...

1:00
How to make a class immutable? - Cracking the Java Coding Interview

12,055 views

2 years ago

Selenium Express
Immutable Class - interview insights| java interview questions and answers for experienced/Freshers

Let's learn different techniques to protect our custom immutable class in java which is one of the hot core java interview questions.

57:33
Immutable Class - interview insights| java interview questions and answers for experienced/Freshers

59,806 views

4 years ago

Telusko
String is Immutable in Java

java #string.

1:00
String is Immutable in Java

632,245 views

2 years ago

TechStack9
Tricky Interview Question | Why String Is Immutable In Java | Reasons For String Immutability

This video why String was designed as Immutable in Java Checkout the Playlists: Java Tutorial For Beginners: ...

5:44
Tricky Interview Question | Why String Is Immutable In Java | Reasons For String Immutability

1,113 views

2 years ago

Naresh i Technologies
Why String is Immutable | Java Tutorial

Why String is Immutable | Java Tutorial Welcome to the Core Java Tutorial Series! In this video, we introduce the essential ...

13:27
Why String is Immutable | Java Tutorial

88,786 views

9 years ago

Neso Academy
Strings are Immutable in Java

Java Programming: Strings are Immutable in Java Programming Topics discussed: 1. Immutable Objects in Java. 2. Strings are ...

5:01
Strings are Immutable in Java

89,879 views

5 years ago

SPS Tech | Learn Java | Crack Interviews
Developers, do this to make your Immutable classes unbreakable! #immutable #java

What steps can you take to make your Java classes immutable well the candidate answer this question by saying we'll mark our ...

0:59
Developers, do this to make your Immutable classes unbreakable! #immutable #java

5,148 views

2 years ago

CVCORP
Why String is immutable | Java interview tips

Java Interview Tips – Daily Series Starts Now! Welcome to CVcorp's Daily Java Interview Tips! Everyday, we're bringing you ...

0:29
Why String is immutable | Java interview tips

1,918 views

6 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

898 views

1 month ago

Java Toy Box
Why Strings Are Immutable — and Why That’s Genius | Java Toy Box

Why are Java Strings immutable? Learn with a real-world analogy — sealed contracts! Java Toy Box makes Java simple, visual, ...

1:15
Why Strings Are Immutable — and Why That’s Genius | Java Toy Box

1,288 views

2 months ago

Dinesh Varyani
How to make a Java class immutable ?

Personal queries? - Follow me on LinkedIn - https://www.linkedin.com/in/dinesh-varyani/ ▻ ▻This video is part of my Complete ...

8:12
How to make a Java class immutable ?

63,004 views

11 years ago