This repo will have all the notes and samples related to java concurrency. It will also have links to youtube channels for revision etc.
Code examples for "Java Concurrency in 2 Weeks"
MESI
Concepts of Java Concurrency
- Shared visible-by-default mutable state
- Preemptive thread scheduling
- Object must be locked to protect vulnerable state
Q1 -- Diff b/w thread and process Q2 --