📌 Note: This book is an excellent resource for learning Concurrency in Java.
However, all the code in this repository is hand-written as part of my practice from the Udemy course.
- Java Development Kit (JDK)
- Integrated Development Environment (IDE) like IntelliJ IDEA.
Here are some excellent articles to deepen your understanding of the Concurrency:
- Java concurrency - Wikipedia
- Concurrency - Oracle
- Java Concurrency Tutorial - Medium
- Java Concurrency and Multithreading - Jenkov.com
- Java Concurrency Series - Baeldung
- Java Concurrency - BairesDev