Advanced Java: Multi-threading Part 1 -- Starting Threads
2
Advanced Java: Multi-threading Part 2 -- Basic Thread Synchronization
3
Advanced Java: Multi-threading Part 3 -- The Synchronized Keyword
4
Advanced Java: Multi-threading Part 4 -- Multiple Locks; Using Synchronized Code Blocks
5
Advanced Java: Multi-threading Part 5 -- Thread Pools
6
Advanced Java: Multi-threading Part 6 -- Countdown Latches
7
Advanced Java: Multi-threading Part 7 - Producer-Consumer
8
Advanced Java: Multi-threading Part 8 - Wait and Notify
9
Advanced Java: Multi-threading Part 9 - A Worked Example Using Low-Level Synchronization
10
Advanced Java: Multi-threading Part 10 - Re-entrant Locks
11
Advanced Java: Multi-threading Part 11 - Deadlock
12
Advanced Java: Multi-threading Part 12 - Semaphores
13
Advanced Java: Multi-threading Part 13 - Callable and Future
14
Advanced Java: Multi-threading Part 14 - Interrupting Threads
Description:
Dive into a comprehensive tutorial series on Java multithreading, covering everything from basic concepts to advanced techniques. Learn how to start threads, implement basic thread synchronization, and utilize the synchronized keyword. Explore multiple locks and synchronized code blocks, then delve into thread pools and countdown latches. Master producer-consumer patterns, wait and notify mechanisms, and low-level synchronization through a worked example. Gain expertise in re-entrant locks, understand and prevent deadlocks, and harness the power of semaphores. Discover how to work with Callable and Future interfaces, and learn the intricacies of interrupting threads. Over the course of 2 hours and 30 minutes, acquire the skills to write efficient, concurrent Java applications.