Study Notes
Java Multithreading
#
This contains notes of Java Multithreading which i have curated from a udemy course
#
๐ Sections
#
Thread Fundamentals
Performance Optimization
Data Sharing Between Threads
Concurrency Challenges & Solutions
Advanced Locking
Inter Thread Communication
Lock Free Algorithms
Threading Models For High Performance IO
Virtual Threads and High Performance IOs
More Advanced Topics