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: 285
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