Java Thread vs Executor

Quote of the day from Java Concurrency in Practice: “The primary abstraction for task execution in the Java class libraries is not Thread, but Executor.”

Leave a Reply