why cant we call start method twice on a same instance of the Thread object?

Posted by GK on Stack Overflow See other posts from Stack Overflow or by GK
Published on 2010-04-18T18:39:23Z Indexed on 2010/04/18 18:43 UTC
Read the original article Hit count: 131

Filed under:

I was reading about the thread and found that we cant call start method twice on the same thread instance. But i didnt get the exact reason for the same. so why we cant call it twice or even more times?

© Stack Overflow or respective owner

Related posts about java