Java - Multithreading
Posted
by Gogi
on Stack Overflow
See other posts from Stack Overflow
or by Gogi
Published on 2010-04-20T10:10:12Z
Indexed on
2010/04/20
10:13 UTC
Read the original article
Hit count: 137
java
|multithreading
Why we call the start
()
method ,which in turn calls the run
()
method ?
Can't we directly make a call to run
() ?
Please give e.g if possible. ?
© Stack Overflow or respective owner