Thread is the heart of the java programming language. When we run a hello world java program, we run on the main thread. And then, we can definitely create threads easily as we need to compose our application code to be functional, responsive, and performant at the same time. Think about a web server; it […]

The post 5 things you probably didn’t know about java concurrency.  appeared first on JVM Advent.