I'm using an ExecutorService to execute some Callables, but the name of the threads are like fixed-pool-1-thread-1.
How I change the name of the threads? If it's not possible, there another way to execute Callables that I can set the name of threadS?