I have a Runnable interface that has public void run() <- notice no return value I want to maange threads and get a responce out of the run the Callable interface public V call() returns a Future object