A repository to learn all about java multithreading concepts
Steps to run:
- Build the gradle project: gradle clean build
- Run the tests module: gradle test
All the classes can be run using the tests.
Skills you will learn:
- Gradle
- Java
- Junit
- Multithreading (wait, notify, join, locks)
- Multithreading problems asked in java interviews