Possible duplicate: need-help-returning-object-in-thread-run-method
Hello. I have a class implementing runnable and I have a List, storing Threads instantiated with
If your thread has state information, forget Runnable and simply extend Thread, overriding the run method.