/Java-Concurrency-Lab

Exercise in writing Java methods for math calculations.

Primary LanguageJava

Java_Concurrency_Lab

Exercise in writing Java methods for math calculations.

A race condition is when multiple threads attempt to access and modify a critical section of the program. This can lead to inconsistencies or even exceptions. The goal of this lab is to see a race condition in action and then resolve it.