i am new to the high level Java.util.Concurrent package , what i am trying to do is read multiple text files at the same time using a thread pool. I need a way to pass the file name as an argument to my implementation of the call method .
Something like this :
public String call (String param)
If there is another way to achieve this i will appreciate your help.