Hi everyone,
I want to create a program in java with multiple threads where each one do a particular task. Tasks are independant from each other, so threads are concurrent, they can be run in parallel without waitng for any data from another thread. Can any one give me an example on this?
Thank you in advance