SteffiKeranJ / Coursera-Concurrent-Programming-in-Java

Concurrent Programming in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coursera-Concurrent-Programming-in-Java

Concurrent programming enables developers to efficiently and correctly mediate the use of shared resources in parallel programs. By the end of this course, you will learn how to use basic concurrency constructs in Java such as threads, locks, critical sections, atomic variables, isolation, actors, optimistic concurrency and concurrent collections, as well as their theoretical foundations (e.g., progress guarantees, deadlock, livelock, starvation, linearizability).

This repository has the coursework assignment and solutions

About

Concurrent Programming in Java


Languages

Language:Java 100.0%