Zero to Hero Guide: Thread Safety in Java - Patterns and Common Issues (Part 2)

Опубликовано: 05 Сентябрь 2024
на канале: TheCodeAlchemist
498
31

Useful playlists
Concurrency -    • Java Concurrency  
Lambdas & Streams -    • Lambdas & Streams  
Collection Framework -    • Java Collection Framework  
Core Java -    • Core Java  
---------------------------------------------------------------------------

In the 2nd and final part, we dive deep into the crucial concepts and patterns you need to understand to master thread safety in your Java applications. This video is designed for both beginners and experienced developers who want to enhance their knowledge of concurrent programming.

What You'll Learn:

Race Condition
Check-then-act
Read-modify-write
Atomicity
Visibility

00:00 Intro
00:20 Race Condition
2:52 Race Condition Patterns
3:46 Demo
4:31 Check-then-Act
6:26 Read-modify-Write
8:04 Atomicity
11:28 Visibility
17:20 Quick Summary
19:23 Closing
--------------------------------------------------------
#coding #java #programming #techexplained #multithreadinginjava #multithreading #concurrency