main therad
807591Jun 17 2008 — edited Jun 17 2008Hi
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.