Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

CodeSignal

Java Concurrency Foundations

via CodeSignal

Overview

This course builds on the concepts from the introductory Java Concurrency course. It dives deeper into memory visibility, synchronization mechanisms, deadlocks, inter-thread communication, and introduces lock-free programming techniques. You will learn how to optimize synchronization, use advanced lock mechanisms, and prevent common concurrency issues such as deadlocks and race conditions.

Syllabus

  • Lesson 1: Java Memory Model and The Volatile Keyword
  • Lesson 2: Optimizing Synchronization with Double-Checked Locking
  • Lesson 3: Deadlocks and Lock Mechanisms
  • Lesson 4: Thread Coordination with wait/notify
  • Lesson 5: Lock-Free Programming with Atomic Variables

Reviews

Start your review of Java Concurrency Foundations

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.