Hi,
This was a question someone asked me at an interview.
If hread A initiates
Thread B and Thread B in turn initiates Thread C,
what happens to Thread B and C if thread A gets killed
Someone please tell me how i can
test this out in code... How do i kill a thread A befor it get's executed completely?
Also, while you are at it... please tell me what a deamon thread exactly means.
Thanks