Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

main therad

807591Jun 17 2008 — edited Jun 17 2008
Hi
if the main therad create thread1 and therad2
main{

thread1.start
therad2.start
}

what will happen if teh main thread finished and therad1 and therad2 not completed
is it will kill the therads
or wait it to be completed.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2008
Added on Jun 17 2008
9 comments
90 views