Java Concurrency and Multithreading, Part 1: What Concurrency Has to Do with Multithreading
What's the relationship between high concurrency and multithreading? I never create threads in my code, so why does everyone start talking about multithreading the moment the subject comes up? My opening post digs into why we should learn multithreading, and how high concurrency turns into multithreading.

