Da li je bolje koristiti Executor interface umesto Thred objekta direktno?
Ovo sam pročitao u jednoj knjizi:
It is recommended that you do not explicitly create and use Thread objects to implement concurrency, but rather use the Executor interface.
Interesuje me da li je stvarno preporučljivo?
It is recommended that you do not explicitly create and use Thread objects to implement concurrency, but rather use the Executor interface.
Interesuje me da li je stvarno preporučljivo?