As the question title itself says what is the difference between Executors and ExecutorCompletionService classes in java?
I am new to the Threading,so if any one can explain with a piece of code, that would help a lot.
|
As the question title itself says what is the difference between Executors and ExecutorCompletionService classes in java? I am new to the Threading,so if any one can explain with a piece of code, that would help a lot.
| |||
|
feedback
|
|
Suppose you had a set of tasks With an
The problem with this method is that there is no guarantee that task
So, in essence, One important thing to note though. The implementation of ExecutorCompletionService contains a queue of results. If | |||||
feedback
|
|
An The api has a few examples that should get you going http://download.oracle.com/javase/1,5.0/docs/api/java/util/concurrent/ExecutorCompletionService.html | |||
|
feedback
|