Thread runs only once

Posted by folone on Stack Overflow See other posts from Stack Overflow or by folone
Published on 2010-04-22T08:01:29Z Indexed on 2010/04/22 8:03 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

When a Thread is finished, you cannot run it once more, using start() method: it throws an Exception. Could anyone explain, why? What stands behind such an architectural decision?

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading