This document contains a collection of Java concurrency questions and answers that are commonly asked in interviews and on technical assessments.
@qs_by_qset
Created this 6 months ago
1. What is the Java Fork/Join Framework?
2. What is thread safety?
3. What is deadlock?
4. What is the difference between a thread and a process?
5. What is livelock?
6. What is the difference between a lock and a condition variable?
7. What is the difference between a semaphore and a mutex?
8. What is the Java memory model?
9. What is the difference between a thread pool and a work-stealing pool?
10. What is the Java Executor Framework?