Hi
if I start a thread is it permanantly there until the program ends?
if I execute a method in that thread and it then calls another method is the second (called) method still working in the same thread?
thank you
if I start a thread is it permanantly there until the program ends?
if I execute a method in that thread and it then calls another method is the second (called) method still working in the same thread?
thank you
Comment